Disabled test macro running upon adding new entries
This commit is contained in:
parent
b01b047d42
commit
5f6782d705
1 changed files with 1 additions and 1 deletions
|
|
@ -3900,7 +3900,7 @@ class QtDriver:
|
|||
for i, id in enumerate(new_ids):
|
||||
# pb.setValue(i)
|
||||
# pb.setLabelText(f'Running Configured Macros on {i}/{len(new_ids)} New Entries')
|
||||
self.run_macro('autofill', id)
|
||||
# self.run_macro('autofill', id)
|
||||
yield i
|
||||
|
||||
# self.main_window.statusbar.showMessage('', 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue