Loading etc/griffin.py→etc/pygriffin_rte.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class PyGriffinRuntimeEnvironment(workbench.WorkbenchRuntimeEnvironment): def run_args(self, options): """returns a list of arguments to pass to the given executable""" # build argument list args = ["-i", options.input, "-l", "griffin.log"] args = ["-i", options.input] # TODO add application unique arguments return args Loading workbench_runner.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ if __name__ == '__main__': ap.add_argument('-l', '--logfile', default=None, default='griffin.log', type=str, help="Log file") args = ap.parse_args() Loading Loading
etc/griffin.py→etc/pygriffin_rte.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class PyGriffinRuntimeEnvironment(workbench.WorkbenchRuntimeEnvironment): def run_args(self, options): """returns a list of arguments to pass to the given executable""" # build argument list args = ["-i", options.input, "-l", "griffin.log"] args = ["-i", options.input] # TODO add application unique arguments return args Loading
workbench_runner.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ if __name__ == '__main__': ap.add_argument('-l', '--logfile', default=None, default='griffin.log', type=str, help="Log file") args = ap.parse_args() Loading