VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

destination_as_string fails when destination is a string #8

Closed rexissimus closed 10 years ago

rexissimus commented 10 years ago

This makes Queue.compute fail when port and username is not set.

remram44 commented 10 years ago

Indeed, thanks! Fixed by 6f6a6ad2.

The VisTrails package will need proper test at some point.