There was an error while loading. Please reload this page.
1 parent 0d4f78a commit a865736Copy full SHA for a865736
main.py
@@ -40,6 +40,8 @@
40
logger.debug("Path to .cpypmconfig was passed in!")
41
logger.debug(f"Path is {repr(argv[1])}")
42
path = Path(argv[1])
43
+ if path.is_dir():
44
+ path = None
45
46
logger.debug(f"Starting application...")
47
logger.info(f"Log level is {repr(LEVEL)}")
0 commit comments