Skip to content

Commit

Permalink
updated default available machines value
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandloria committed Apr 13, 2022
1 parent a3a6c34 commit adeb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc_exec/gcc_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, gcc_user_obj: GccUser, workflow_name: str) -> None:
}

def plan(
self, available_machines: list = None, xml_specification: str = None
self, available_machines: list = [], xml_specification: str = None
) -> list:
"""This method creates an execution plan based on a workflow specification."""
if xml_specification is None:
Expand Down

0 comments on commit adeb89e

Please sign in to comment.