Commit 1f057864 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Adding logfile argument to workbench file

parent bc808ba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]
        args = ["-i", options.input, "-l", "griffin.log"]

        # TODO add application unique arguments
        return args