Skip to content

Commit

Permalink
Merge pull request #208 from DataBiosphere/dev
Browse files Browse the repository at this point in the history
PR for 0.4.1 release
  • Loading branch information
wnojopra authored Aug 27, 2020
2 parents 617e792 + f93f11f commit f7a258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsub/_dsub_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
0.1.3.dev0 -> 0.1.3 -> 0.1.4.dev0 -> ...
"""

DSUB_VERSION = '0.4.0'
DSUB_VERSION = '0.4.1'
2 changes: 1 addition & 1 deletion dsub/commands/dsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def run_main(args):
# Emit a warning if default image is used
if args.image is None:
print('***WARNING: No Docker image specified. The default, '
f'`{DEFAULT_IMAGE}` will be used.')
'`{}` will be used.'.format(DEFAULT_IMAGE))
print('***WARNING: For reproducible pipelines, specify an image with the '
'`--image` flag.')
args.image = DEFAULT_IMAGE
Expand Down

0 comments on commit f7a258a

Please sign in to comment.