aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/configurations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/configurations.py b/scripts/configurations.py
index 73af8e2..35eaa37 100644
--- a/scripts/configurations.py
+++ b/scripts/configurations.py
@@ -153,6 +153,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