Show More
@@ -117,9 +117,9 b' def main(argv):' | |||||
117 | return |
|
117 | return | |
118 | with open(opts.versionfile) as f: |
|
118 | with open(opts.versionfile) as f: | |
119 | for l in f: |
|
119 | for l in f: | |
120 | if l.startswith('version = '): |
|
120 | if l.startswith('version = b'): | |
121 | # version number is entire line minus the quotes |
|
121 | # version number is entire line minus the quotes | |
122 | ver = l[len('version = ') + 1:-2] |
|
122 | ver = l[len('version = b') + 1:-2] | |
123 | break |
|
123 | break | |
124 | if opts.paranoid: |
|
124 | if opts.paranoid: | |
125 | print(paranoidver(ver)) |
|
125 | print(paranoidver(ver)) |
General Comments 0
You need to be logged in to leave comments.
Login now