File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ date of first contribution):
107
107
* [ Steven Spungin] ( https://github.com/flamenco )
108
108
* [ Piotr Usewicz] ( https://github.com/pusewicz )
109
109
* [ Aliaksei Pilko] ( https://github.com/aliaksei135 )
110
+ * [ Ben Yarmis] ( https://github.com/byarmis )
110
111
111
112
OctoPrint started off as a fork of [ Cura] ( https://github.com/daid/Cura ) by
112
113
[ Daid Braam] ( https://github.com/daid ) . Parts of its communication layer and
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def get_python_version_string():
123
123
124
124
# Debian has the python version set to 2.7.15+ which is not PEP440 compliant (bug 914072)
125
125
if version_string .endswith ("+" ):
126
- version_string = python_version [:- 1 ]
126
+ version_string = version_string [:- 1 ]
127
127
128
128
return version_string
129
129
You can’t perform that action at this time.
0 commit comments