We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db55f78 commit 0b31a5fCopy full SHA for 0b31a5f
setup.py
@@ -36,8 +36,7 @@ def get_version(rel_path):
36
if line.startswith('__version__'):
37
delim = '"' if '"' in line else "'"
38
return line.split(delim)[1]
39
- else:
40
- raise RuntimeError("Unable to find a valid __version__ string in %s." % rel_path)
+ raise RuntimeError("Unable to find a valid __version__ string in %s." % rel_path)
41
42
setup(
43
name='scaleapi',
0 commit comments