Skip to content

Commit

Permalink
Removed code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
hlasimpk committed May 2, 2017
1 parent f77538e commit 6f1f3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simbad/command_line/simbad_contaminant.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
args = p.parse_args()

if args.work_dir:
logging.info('Making a named work directory: %', args.work_dir)
logging.info('Making a named work directory: %s', args.work_dir)
try:
os.mkdir(args.work_dir)
except OSError:
Expand Down

0 comments on commit 6f1f3b1

Please sign in to comment.