Skip to content

Commit

Permalink
fix: minor log msg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jun 15, 2023
1 parent c9a803f commit d98ad1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biothings/management/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def do_create(name, multi_uploaders=False, parallelizer=False, logger=None):
os.unlink(f"{plugin_dir}/manifest.yaml.tpl")
if not parallelizer:
os.unlink(f"{plugin_dir}/parallelizer.py")
logger.info(f"Successful create data plugin template at: \n {plugin_dir}")
logger.info(f"Successfully created data plugin template at: \n {plugin_dir}")


###############################
Expand Down Expand Up @@ -446,7 +446,7 @@ def clean_big_nums(k, v):
# fp.write(to_json(current_content, indent=True, sort_keys=True))
with open(output, "w") as fp:
fp.write(to_json(mapping, indent=True, sort_keys=True))
rprint(f"[green]Successful writing the mapping info to the JSON file: [bold]{output}[/bold][/green]")
rprint(f"[green]Successfully wrote the mapping info to the JSON file: [bold]{output}[/bold][/green]")


def do_inspect(
Expand Down

0 comments on commit d98ad1f

Please sign in to comment.