Skip to content

Commit

Permalink
Refactor workspace selection logic in Discover_and_access_client_app_…
Browse files Browse the repository at this point in the history
…workspaces.ipynb
  • Loading branch information
emmanuelmathot committed Jun 17, 2024
1 parent d2a4630 commit d3a4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Discover_and_access_client_app_workspaces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"\n",
"# We select the service workspace of the current platform\n",
"# Usually the default workspace is the one with the naming convention <platform>-<username>-private-workspace\n",
"workspace = next(filter(lambda x:x.name == 'gep-processing-results-a2s-service-workspace',workspaces))\n",
"workspace = next(filter(lambda x:x.name == 'service-workspace',workspaces))\n",
"\n",
"pp.pprint(workspace)"
]
Expand Down

0 comments on commit d3a4887

Please sign in to comment.