Verbose flags were separating parameters
Compare changes
+ 1
− 1
@@ -66,7 +66,7 @@ class JobManagerSGE(JobManager):
Fixes #34 (closed)
The -v
flags were separating the -d
option (set database name) and the database name argument, in gridtk.sge._submit_to_grid
, during the wrapper command generation.
This was not a problem with 0 verbosity, since no v
was inserted.