Skip to content
Snippets Groups Projects
Verified Commit 3c2a0285 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Completely unrelated change that was waiting in my stash.

parent 0ea525c5
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!84F more jsonschema export
Pipeline #43242 passed
......@@ -175,8 +175,8 @@ def loadpath(path, include, exclude, prefix, dryrun, forceAllowSymlinks, caosdbi
for f in files:
totalsize += f.size
logger.info("Made in total {} new files with a combined size of {} "
"accessible.".format(len(files), convert_size(totalsize)))
logger.info(
f"Made new files accessible: {len(files)}, combined size: {convert_size(totalsize)} ")
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment