Skip to content

Commit cab2fa7

Browse files
authored
Merge pull request #1787 from jepler/fix-pncconf-warning
Fix weird message
2 parents 5b9490e + 8a16f27 commit cab2fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/pncconf/pncconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def load_config(self):
926926
raise UserWarning
927927
except :
928928
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)
929+
self.warning_dialog(_("It seems data in this file is from too old of a version of PNCConf to continue."),True)
930930
return True
931931
else:
932932
dialog.destroy()

0 commit comments

Comments
 (0)