diff options
| author | Frederick Muriuki Muriithi | 2026-05-21 13:43:51 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-21 13:43:51 -0500 |
| commit | 4324f2432390392c8022beab480d8bc911682d1f (patch) | |
| tree | e10cb2c4ca05a1b762af6fc926f4184e91ca97c4 /gn_auth/auth | |
| parent | 6568edd6bf616a0c17c5226f40b494a6b2967dad (diff) | |
| download | gn-auth-4324f2432390392c8022beab480d8bc911682d1f.tar.gz | |
Move scripts to top-level gn_auth package.
In preparation for migrating to pyproject.toml (from setup.py and friends) we need to have only one top-level package. This will also help in improving testing and checks down the line, since everything will be relative to one single top-level directory.
Diffstat (limited to 'gn_auth/auth')
| -rw-r--r-- | gn_auth/auth/authorisation/data/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/data/views.py b/gn_auth/auth/authorisation/data/views.py index ef3d119..fc1849f 100644 --- a/gn_auth/auth/authorisation/data/views.py +++ b/gn_auth/auth/authorisation/data/views.py @@ -244,7 +244,7 @@ def __search_phenotypes__(): job_id = uuid.uuid4() selected = __request_key__("selected_traits", []) command =[ - sys.executable, "-m", "scripts.search_phenotypes", + sys.executable, "-m", "gn_auth.scripts.search_phenotypes", __request_key__("species_name"), __request_key__("query"), str(job_id), |
