From 24a12df4aa3f585e236095650848f87875d07178 Mon Sep 17 00:00:00 2001 From: nsheff Date: Fri, 16 Aug 2024 11:16:21 -0400 Subject: [PATCH] fix bug with markmeld init --- markmeld/cli.py | 1 + setup.py | 0 tests/test_data/import_test/dummy.sh | 0 3 files changed, 1 insertion(+) mode change 100755 => 100644 setup.py mode change 100755 => 100644 tests/test_data/import_test/dummy.sh diff --git a/markmeld/cli.py b/markmeld/cli.py index ef5e5bf..7f2c470 100644 --- a/markmeld/cli.py +++ b/markmeld/cli.py @@ -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." diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 diff --git a/tests/test_data/import_test/dummy.sh b/tests/test_data/import_test/dummy.sh old mode 100755 new mode 100644