Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 6, 2023
1 parent 60d3f1b commit 17d74b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ def main():
_, globus_auth_client_id, globus_auth_secret, \
files_to_publish, mdf_source_id, mdf_title, mdf_authors, mdf_affiliations, \
mdf_publication_year, staging_object_store_url, aws_access_key_id, \
aws_secret_access_key, s3_bucket_id, s3_bucket_path
= sys.argv
aws_secret_access_key, s3_bucket_id, s3_bucket_path = sys.argv

logs = []
logs.append('Input Data:-')
Expand Down

0 comments on commit 17d74b9

Please sign in to comment.