Skip to content

Commit

Permalink
Fix versioning script
Browse files Browse the repository at this point in the history
  • Loading branch information
Headline committed Mar 9, 2018
1 parent e044662 commit 480c323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def do_version_replace(current):
with open(current, 'w') as f:
f.writelines(oldlist)

path = get_clean_path(os.path.realpath(__file__).split("\\"))
path = get_clean_path(os.path.realpath('__file__').split("\\"))

for dirpath, dirnames, filenames in os.walk(path):
for filename in filenames:
Expand Down

0 comments on commit 480c323

Please sign in to comment.