diff options
-rw-r--r-- | scripts/configurations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/configurations.py b/scripts/configurations.py index c58f3f5..2909578 100644 --- a/scripts/configurations.py +++ b/scripts/configurations.py @@ -149,6 +149,7 @@ def __register_conf__(con, conf_num, generator): if os.path.isfile(filen): if compare(filen, wfile): print("I: Generated existing configuration.") + return else: print("W: Generated configuration with collision hash.") # TODO this might have to be tweaked |