Author: dmeyer
Date: Sat Jan 20 20:15:35 2007
New Revision: 2431
Modified:
trunk/base/src/notifier/nf_wrapper.py
Log:
Default recursive_depth of 2 is not enough when using yield functions
and step() in epg. I need at least 3, so let us use 5.:)
Modified: trunk/base/src/notifier/nf_wrapper.py
==============================================================================
--- trunk/base/src/notifier/nf_wrapper.py (original)
+++ trunk/base/src/notifier/nf_wrapper.py Sat Jan 20 20:15:35 2007
@@ -77,6 +77,10 @@
if not isinstance(loop, _Wrapper):
raise RuntimeError('notifier loop already running')
+ if not 'recursive_depth' in options:
+ # default value of 2 is not enough when using async yield stuff
+ options['recursive_depth'] = 5
+
try:
import notifier
except ImportError:
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog