diff options
Diffstat (limited to 'src/dactyl_manuform.py')
-rw-r--r-- | src/dactyl_manuform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py index 8156ca6..a04a291 100644 --- a/src/dactyl_manuform.py +++ b/src/dactyl_manuform.py @@ -25,6 +25,7 @@ for item in cfg.shape_config: locals()[item] = cfg.shape_config[item] if len(sys.argv) <= 1: + print("NO CONFIGURATION SPECIFIED, USING run_config.json") with open(os.path.join(r".", 'run_config.json'), mode='r') as fid: data = json.load(fid) |