Skip to content

Commit

Permalink
removed pa num
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Feb 12, 2024
1 parent e55513e commit c5292e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sdt_dask/examples/fargate_example_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@


# Set up
PA_NUMBER = os.getenv("project-pa-number")
TAGS = {
"project-pa-number": "21691-H2001",
"project-pa-number": PA_NUMBER,
"project": "pvinsight"
}

Expand Down
3 changes: 2 additions & 1 deletion sdt_dask/examples/tool_demo_fargate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"metadata": {},
"outputs": [],
"source": [
"PA_NUMBER = os.getenv(\"project-pa-number\")\n",
"TAGS = {\n",
" \"project-pa-number\": \"21691-H2001\",\n",
" \"project-pa-number\": PA_NUMBER,\n",
" \"project\": \"pvinsight\"\n",
"}\n",
"\n",
Expand Down

0 comments on commit c5292e4

Please sign in to comment.