Skip to content

Commit

Permalink
fix bug with markmeld init
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 16, 2024
1 parent e881d3f commit 24a12df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markmeld/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def main(test_args=None):
_LOGGER = logmuse.logger_via_cli(args, make_root=True)

if args.init:
global tpl
_LOGGER.info(f"Initializing config file at: {args.init}")
if os.path.exists(args.init):
msg = "File already exists! Won't initialize."
Expand Down
Empty file modified setup.py
100755 → 100644
Empty file.
Empty file modified tests/test_data/import_test/dummy.sh
100755 → 100644
Empty file.

0 comments on commit 24a12df

Please sign in to comment.