Skip to main content

Timeline for Python Batch File Renamer

Current License: CC BY-SA 3.0

4 events
when toggle format what by license comment
Aug 12, 2017 at 0:31 vote accept Sometowngeek
Aug 9, 2017 at 6:13 comment added J_H Sure, that's cool. I suppose there's an opportunity to flesh out the spec. of what valid inputs look like, or maybe add some unit test inputs which illustrate that.
Aug 9, 2017 at 1:38 comment added Sometowngeek Thanks for the helpful suggestions! I changed my code to reflect most of your suggestions. while self._size / 1024 = 1: was supposed to be while self._size / 1024 >= 1:. I just fixed it in my question... I disagree with the quantifier suggestion because there's a possibility that the files do not have any bracketed word groups in their names, which is why I used the * instead of +.
Aug 8, 2017 at 16:47 history answered J_H CC BY-SA 3.0