Skip to content
Snippets Groups Projects
Commit c7040750 authored by jartigag's avatar jartigag
Browse files

fix "organaizations"

parent e945a2fe
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ def main(args, settings): ...@@ -16,7 +16,7 @@ def main(args, settings):
pretty_print = settings.get('PRETTY_PRINT') pretty_print = settings.get('PRETTY_PRINT')
folder_path = '{0}/organizations/{1}'.format(backup_dir, timestamp) folder_path = '{0}/organizations/{1}'.format(backup_dir, timestamp)
log_file = 'organaizations_{0}.txt'.format(timestamp) log_file = 'organizations_{0}.txt'.format(timestamp)
if http_get_headers_basic_auth: if http_get_headers_basic_auth:
if not os.path.exists(folder_path): if not os.path.exists(folder_path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment