Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow changing suffix FileDivede Class #453

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Allow changing suffix FileDivede Class #453

merged 1 commit into from
Jun 13, 2024

Conversation

nissy0409240
Copy link
Collaborator

Brief

Allow changing suffix FileDivede Class

Points to Check

  • Is there any discomfort in the corresponding parts and contents?

Test

Confirmed

Review Limit

  • I hope you'll see it soon.

@@ -422,13 +422,21 @@ def __init__(self):
super().__init__()
self._divide_rows = None
self._header = False
self._suffix_symbol = "."
self._suffix_number = 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

パラメータを分けずに、書式化演算子などのフォーマットで指定できる方が汎用的かと思いました。
https://www.javadrive.jp/python/string/index23.html
デフォルトは'.%d'のイメージです。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ご確認ありがとうございます
対応しました

@yasuhiro-ohba yasuhiro-ohba merged commit 83357dc into master Jun 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow changing suffix FileDivede Class
2 participants