diff --git a/bob/bio/base/tools/grid.py b/bob/bio/base/tools/grid.py index 1cd5cc57c66cda088012b5aadb8116c64f0fcbe6..6dad817945f3af74d7f1fafa8dad07598d6418e0 100644 --- a/bob/bio/base/tools/grid.py +++ b/bob/bio/base/tools/grid.py @@ -58,7 +58,7 @@ class GridSubmission: assert os.path.isfile(jman) self.args = args - self.command_line = [p for p in command_line_parameters if not p.startswith('--skip') and p not in ('-q', '--dry-run', '-o', '--execute-only')] + self.command_line = [p for p in command_line_parameters if not p.startswith('--skip') and p not in ('-q', '--dry-run')] self.fake_job_id = first_fake_job_id import gridtk