Skip to content
Snippets Groups Projects
Commit ef293459 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix flake8

parent 8b915a86
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ except LookupError:
VERSION = '0.19.1'
def write_version_py(filename):
cnt = """
# THIS FILE IS GENERATED FROM stempy SETUP.PY
......@@ -24,6 +25,7 @@ version = '%(version)s'
with open(filename, 'w') as a:
a.write(cnt % {'version': VERSION})
if __name__ == '__main__':
# Rewrite the version file everytime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment