only print config path if debug
This commit is contained in:
parent
7d88234987
commit
81f3814be1
@ -72,6 +72,7 @@ class BBS():
|
|||||||
platformdirs.user_config_dir(appname='rsbbs', ensure_exists=True),
|
platformdirs.user_config_dir(appname='rsbbs', ensure_exists=True),
|
||||||
'config.yaml'
|
'config.yaml'
|
||||||
)
|
)
|
||||||
|
if self._sysv_args.debug:
|
||||||
print(config_path)
|
print(config_path)
|
||||||
# If the file doesn't exist there, create it
|
# If the file doesn't exist there, create it
|
||||||
if not os.path.exists(config_path):
|
if not os.path.exists(config_path):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user