require ca bundle

This commit is contained in:
ThomasV 2015-03-19 13:42:45 +01:00
parent cc48663d0e
commit b1b1a85e80
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ if __name__ == '__main__':
set_verbosity(config_options.get('verbose'))
config = SimpleConfig(config_options)
print_error("CA bundle:", requests.utils.DEFAULT_CA_BUNDLE_PATH, "found" if os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH) else "not found")
assert os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH)
if len(args) == 0:
url = None