Quote:
Originally Posted by BetterRed
cybmole & AnotherCat - jhowell gave you the clue.
If you don't want the end of job messages from CountPages and/or Modify remove the calls to the proceed_question 'whatever python calls a subroutine'.
They're the action.py modules, at lines 222 and 100 respectively..
BR
|
i searched for action.py in both app data & program files - no hits - are they inside of zips where windows search is not looking ?
- ok i found them - now do I take out only the single lines you said - which seem to be part of some larger if...then structure ?
e.g. in count pages it looks to my amateurish eye that i'd need to cut most / all of lines 200-225:
Code:
msg = '<p>Count Pages plugin found <b>%d statistics(s)</b>. ' % len(all_ids) + \
'Proceed with updating columns in your library?'
self.gui.proceed_question(self._update_database_columns,
payload, job.details,
'Count log', 'Count complete', msg,
show_copy_button=False)