Avoid using for/else when loop doesn't break. #1834

This commit is contained in:
dmiller 2019-12-30 06:46:32 +00:00
parent d3267a93c4
commit 33aca7c8f5
2 changed files with 11 additions and 11 deletions

View file

@ -501,8 +501,8 @@ class ScanWindow(UmitScanWindow):
xml.sax.saxutils.quoteattr(scan))
self.main_actions.append(new_rscan)
else:
new_rscan_xml += "<separator />\n"
new_rscan_xml += "<separator />\n"
self.default_ui %= new_rscan_xml