On Wed, Aug 25, 2010 at 12:07:16PM -0400, Nate Coraor wrote:
>> message=util.sanitize_text( message ), Module galaxy.util:138 in sanitize_text view >> for c in text: TypeError: 'NoneType' object is not iterable
could that be resulting in the stuff half-imported?
Sure could, this is an interface error but it's masking a deeper problem. There's an error occurring somewhere higher up, but 'message' is somehow set to None, and then in trying to display the error to you, it fails to sanitize the message text since it's not a string.
Are you importing via a server directory or filesystem paths?
It's an import from a filesystem path to a specific file (not a directory). I've tried with the message box containing both the empty string and some text. -- Ry4an Brase 612-626-6575 University of Minnesota Supercomputing Institute for Advanced Computational Research http://www.msi.umn.edu