On Wed, 2010-10-06 at 11:57 +0200, Louis Coilliot wrote:
> Hello,
> 
> using the python logging module, I see messages appearing in the logs
> that I didn't have on the console.
> 
> 
> ['Traceback (most recent call last):\n', '  File
> "/usr/lib/python2.4/site-packages/func/module_loader.py", line 97, in
> load_modules\n    blip =  __import__("%s%s" % ( mod_dir,mod_imp_name),
> globals(), locals(), [mod_imp_name])\n', 'ValueError: Empty module
> name\n']
> 
> 
> This is harmless and I think I could get rid of it with an exception
> on ValueError, but I'm curious about what it is.
> 
> Do you also see this, or is it caused by one of my custom func modules ?

custom func module.



Take them out one by one and you'll find out which one it is.

-sv


_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to