fix syntax error
This commit is contained in:
parent
672d9bd576
commit
49a6654f8f
@ -161,7 +161,7 @@ class Version(object):
|
||||
# TODO: maybe add force Python parameter?
|
||||
ret = self.python
|
||||
|
||||
assert ret is not None,
|
||||
assert ret is not None, \
|
||||
"There is no script for %d version" % self.version
|
||||
return ret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user