Revision: 1039
http://sourceforge.net/p/pysys/code/1039
Author: ben-spiller
Date: 2018-09-20 15:53:11 +0000 (Thu, 20 Sep 2018)
Log Message:
-----------
add assertion to provide a more helpful message if you forget to specify expr= when calling waitForSignal; people quite often seem to make that mistake (e.g. passing the expr as the second positional argument) and waitForSignal with expr='' is non-sensical so this assertion can't do any harm and should help mpeople avoid mnaking mistakes; also added example of a best-practice typical waitForSignal command to the pydoc
Modified Paths:
--------------
branches/post-1.3.0/pysys/process/user.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|