We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e919c commit 82cd7e1Copy full SHA for 82cd7e1
1 file changed
lib/python/common/iniinfo.py
@@ -538,7 +538,7 @@ def update(self):
538
# code to check for duplicate names
539
dup = {x for x in nameList if nameList.count(x) > 1}
540
if not dup == set():
541
- LOG.error('Embedded Qtvcp panel tab: Duplicate TAB_NAMES:{} in INI.'.format(dup))
+ LOG.error('Embedded panel tab: Duplicate TAB_NAMES:{} in INI.'.format(dup))
542
543
try:
544
self.ZIPPED_TABS = list(zip(self.TAB_NAMES, self.TAB_LOCATIONS, self.TAB_CMDS))
0 commit comments