Skip to content

Commit

Permalink
fix.filemd: tweak log message
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed May 21, 2024
1 parent 2090a51 commit 3d8f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nistoar/pdr/publish/cmd/fix/filemd.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def execute(args, config=None, log=None):
if not args.filepaths:
args.filepaths = list(bgr.datafiles.keys())
if args.dryrun or args.verbose:
log.info("%s: will examine all available files")
log.info("%s: will check all available files", args.aipid)

examine_files = which_files(args, bgr, log)

Expand Down

0 comments on commit 3d8f358

Please sign in to comment.