Skip to content

Commit

Permalink
minor code cleanup and comments in portal_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jan 5, 2024
1 parent 46eaeb4 commit 2d276f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/portal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Portal:
will be used, i.e. e.g. if "env" is "smaht-local" and app is unspecified than app is assumed to be "smaht".
5. From a keys .json file as described above (#4) but rather than be identified by the given "env" value it
is looked up via the given "server" name and the "server" key dictionary value in the key file.
6. From a full path to a keys file .json.
6. From a full path to a keys .json file.
7. From a given "vapp" value; which may be a webtest.app.TestApp,
or a dcicutils.misc_utils.VirtualApp, or even a pyramid.router.Router.
8. From another Portal object (i.e. copy constructor).
Expand Down

0 comments on commit 2d276f7

Please sign in to comment.