datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

CSTAR-536: SyntaxWarning: assertion is always true #202

Closed csplinter closed 8 years ago

csplinter commented 8 years ago

This removes this warning

Running setup.py install for cstar-perf.tool
Skipping installation of /usr/local/lib/python2.7/dist-packages/cstar_perf/__init__.py (namespace package)
/usr/local/lib/python2.7/dist-packages/cstar_perf/tool/fab_dse.py:89: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert(len(correct_sha) == 64, 'Failed to download sha file: {}'.format(correct_sha))
mshuler commented 8 years ago

+1 - merge it, if that fixes it! I haven't tested DSE at all :)

nastra commented 8 years ago

+1