i was right nothing was,working as intended

This commit is contained in:
piair338
2022-10-25 07:48:34 +00:00
parent 2709d7058a
commit 0af267e628
3 changed files with 5 additions and 4 deletions

View File

@ -59,7 +59,7 @@ else:
#reading configuration
config_path = f"{path.abspath( path.dirname( __file__ ) )}/user_data/config.cfg"
config_path = f"{path.abspath(path.dirname(path.dirname( __file__ )))}/user_data/config.cfg"
if args.config :
config_path = path.abspath(args.config.name)