Skip to content

Commit

Permalink
Solve examples/submit.py differences between 'master' and 'develop' b…
Browse files Browse the repository at this point in the history
…ranches
  • Loading branch information
mpatrascoiu committed Feb 12, 2021
1 parent 1ef56c9 commit 95424a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/easy/examples/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
transfer = fts3.new_transfer(source, destination,
checksum=checksum, filesize=None,
metadata='Test submission')
job = fts3.new_job([transfer], verify_checksum=True, metadata='Test job', retry=1)
job = fts3.new_job([transfer], verify_checksum=True, metadata='Test job', retry=1, priority =3)

# Submit or just print
if options.dry_run:
Expand Down

0 comments on commit 95424a5

Please sign in to comment.