Skip to content
Snippets Groups Projects

Convert to a package

Merged Ashwin Kumar Karnad requested to merge convert-to-a-package into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -1189,8 +1189,8 @@ def main():
# Carry out the action
args = parser.parse_args()
# target dir is the place where this script exists. the
root_dir = Path(os.path.dirname(os.path.realpath(__file__)))
# root dir is the place where this script is called from
root_dir = Path(os.getcwd())
set_up_logging(
args.loglevel,
Loading