diff options
author | Paul Barriere <pbarriere@iteresgroup.com> | 2015-01-16 09:59:03 -0600 |
---|---|---|
committer | Paul Barriere <pbarriere@iteresgroup.com> | 2015-01-16 09:59:03 -0600 |
commit | c567ca60adc44b8ce575f3196d180cbb3a7e6334 (patch) | |
tree | 0e80d084c142cdc3cd6857e634044db67dde5fc8 | |
parent | 21b2f1767c8298128db0d4f05f77c3dfc0a7a633 (diff) |
Fix for invalid concatenated path causing install to fail in OpenBazaar
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ def get_amalgamation(): os.mkdir(AMALGAMATION_ROOT) print "Downloading amalgation." - amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher" + amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher/" "amalgamation-sqlcipher-2.1.0.zip") # and download it |