Skip to content
Snippets Groups Projects
Commit 3531d3a7 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

exit40 to indicate absence of initialisation

parent 06b048db
No related branches found
No related tags found
1 merge request!94Unique exit codes
...@@ -1162,7 +1162,7 @@ def get_root_dir() -> Path: ...@@ -1162,7 +1162,7 @@ def get_root_dir() -> Path:
+ f"and the hidden file `{config_vars['init_file']}`." + f"and the hidden file `{config_vars['init_file']}`."
" to check if a directory is initialised" " to check if a directory is initialised"
) )
sys.exit(1) sys.exit(40)
def main(): def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment