Skip to content

Commit

Permalink
not printing the cmd to stout for password
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Jun 25, 2020
1 parent 9324b67 commit 8c91d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ena_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ def main ():
submit_cmd_line = get_cmd_line(schema_xmls, url, webin_id, password)

print ('\nSubmitting XMLs to ENA server: {}'.format(url))
print ('executing: {}'.format(submit_cmd_line))
receipt = run_cmd(submit_cmd_line)

print ('\nReceipt\n')
Expand Down

0 comments on commit 8c91d29

Please sign in to comment.