Skip to content

Commit

Permalink
restyled.
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Feb 5, 2025
1 parent 3716735 commit 6fc0951
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def extract_runs_args(py_script_path: str) -> Dict[str, Dict[str, str]]:
runs_arg_lines[run].update(args)

for key, value in runs.items():
if isinstance(value, str):
if isinstance(value, str):
variables[key] = value

runs_arg_lines['variables'] = variables
Expand Down Expand Up @@ -172,7 +172,6 @@ def parse_script(self, py_script_path: str) -> List[Metadata]:

self.__resolve_env_vals__(resolved_app_args)
self.__resolve_env_vals__(resolved_script_args)

app = attr.get("app", "")


Expand Down

0 comments on commit 6fc0951

Please sign in to comment.