Fixed debug message 'Skipping update_xml'

This commit is contained in:
Salvador E. Tropea 2020-03-19 16:30:03 -03:00
parent 438142dabd
commit 6d6a11a02b
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class Plotter(object):
logger.debug('Skipping run_drc')
elif skip == 'update_xml':
self.cfg.update_xml = False
logger.debug('Skipping run_drc')
logger.debug('Skipping update_xml')
elif skip == 'run_erc':
self.cfg.run_erc = False
logger.debug('Skipping run_erc')