diff --git a/ipsc/dmrlink_config.py b/ipsc/dmrlink_config.py index 47b150d..1fdefc5 100755 --- a/ipsc/dmrlink_config.py +++ b/ipsc/dmrlink_config.py @@ -235,7 +235,7 @@ if __name__ == '__main__': # Ensure we have a path for the config file, if one wasn't specified, then use the execution directory if not cli_args.CONFIG_FILE: - cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/dmrlink.cfg' + cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/../dmrlink.cfg' pprint(build_config(cli_args.CONFIG_FILE))