We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ac9d7 commit 5848b00Copy full SHA for 5848b00
1 file changed
src/emc/ini/update_ini.py
@@ -675,10 +675,7 @@ def ini_preamble(version):
675
'halui.spindle.override.value' : 'halui.spindle.0.override.value'
676
})
677
678
-if subs == {}:
679
- print("""This file does not need converting, and furthermore execution
680
- should never have reached this spot""")
681
-else:
+if subs:
682
for halfile in halpaths:
683
halstring = open(halfile,'r').read()
684
for sub in subs:
0 commit comments