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