Skip to content

Commit 82cd7e1

Browse files
committed
common iniinfo -remove 'qtvcp' from error message
this is not a qtvcp specfic error
1 parent 97e919c commit 82cd7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/common/iniinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def update(self):
538538
# code to check for duplicate names
539539
dup = {x for x in nameList if nameList.count(x) > 1}
540540
if not dup == set():
541-
LOG.error('Embedded Qtvcp panel tab: Duplicate TAB_NAMES:{} in INI.'.format(dup))
541+
LOG.error('Embedded panel tab: Duplicate TAB_NAMES:{} in INI.'.format(dup))
542542

543543
try:
544544
self.ZIPPED_TABS = list(zip(self.TAB_NAMES, self.TAB_LOCATIONS, self.TAB_CMDS))

0 commit comments

Comments
 (0)