Update dmrlink_config.py

This commit is contained in:
Cort Buffington 2018-11-26 10:19:35 -06:00
parent 198278c288
commit ad399792c9
1 changed files with 1 additions and 1 deletions

View File

@ -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))