| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,6 +102,7 @@ def git_describe_to_python_version(version): | |||
| 102 | 102 | # get version from existing version file | |
| 103 | 103 | with open(version_file) as vf: | |
| 104 | 104 | version = vf.read().strip().split('=')[-1].replace('\'', '') | |
| 105 | + version = version.strip() | ||
| 105 | 106 | except IOError: | |
| 106 | 107 | pass | |
| 107 | 108 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments