Support crash logging in CLI code

This commit is contained in:
Mykola Grymalyuk
2023-05-30 15:42:17 -06:00
parent 47be068aaf
commit 831495923a
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class CreateBinary:
"""
os.chdir(Path(__file__).resolve().parent)
print(f"Current Working Directory: \n\t{os.getcwd()}")
print(f"Current Working Directory:\n- {os.getcwd()}")
def _parse_arguments(self):