Skip to content

Commit

Permalink
Merge branch 'master' into enh/sort-folders-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Nov 21, 2024
2 parents e560db9 + b93ccbf commit 9ab516b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def expected_dynamic_sidecar_spec(
"DY_SIDECAR_PATH_OUTPUTS": "/tmp/outputs", # noqa: S108
"DY_SIDECAR_PROJECT_ID": "dd1d04d9-d704-4f7e-8f0f-1ca60cc771fe",
"DY_SIDECAR_STATE_EXCLUDE": json_dumps(
{"*.py", "/tmp/strip_me/*"} # noqa: S108
["*.py", "/tmp/strip_me/*"] # noqa: S108
),
"DY_SIDECAR_STATE_PATHS": json_dumps(
["/tmp/save_1", "/tmp_save_2"] # noqa: S108
Expand Down

0 comments on commit 9ab516b

Please sign in to comment.