View Single Post
Old 10-29-2014, 04:26 AM   #36
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by BetterRed View Post
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)

Last edited by cybmole; 10-29-2014 at 04:31 AM.
cybmole is offline   Reply With Quote