We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b9490e + 8a16f27 commit cab2fa7Copy full SHA for cab2fa7
1 file changed
src/emc/usr_intf/pncconf/pncconf.py
@@ -926,7 +926,7 @@ def load_config(self):
926
raise UserWarning
927
except :
928
print(i,j,boardnum)
929
- self.warning_dialog(_("It seems data in this file is from too old of a version of PNCConf to continue.\n."),True)
+ self.warning_dialog(_("It seems data in this file is from too old of a version of PNCConf to continue."),True)
930
return True
931
else:
932
dialog.destroy()
0 commit comments