Skip to content

Commit 1cea388

Browse files
committed
🐛 Fix _version.py generation
1 parent 14a3d90 commit 1cea388

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/octoprint/_version.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# -*- coding: utf-8 -*-
32
from __future__ import absolute_import, division, print_function, unicode_literals
43

versioneer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False):
503503
print("unable to run %s (error)" % dispcmd)
504504
return None
505505
return stdout
506-
LONG_VERSION_PY['git'] = '''
507-
# -*- coding: utf-8 -*-
506+
507+
LONG_VERSION_PY['git'] = '''# -*- coding: utf-8 -*-
508508
from __future__ import absolute_import, division, print_function, unicode_literals
509509
510510
# This file helps to compute a version number in source trees obtained from

0 commit comments

Comments
 (0)