fix indent in over.file.filelist
This commit is contained in:
parent
f3fdf22e53
commit
03ab783437
2 changed files with 4 additions and 4 deletions
|
@ -67,5 +67,5 @@ def filelist(d):
|
|||
for root, directories, filenames in os.walk(d):
|
||||
for filename in filenames:
|
||||
files.append(os.path.join(root, filename))
|
||||
|
||||
return files
|
||||
|
||||
return files
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
major = 2 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 2 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 2.2
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = "2.2.0" # VERSION_STRING_IDENTIFIER
|
||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||
str = "2.2.1" # VERSION_STRING_IDENTIFIER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue