Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Nov 18, 2024
1 parent c08d755 commit 9052239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxykit/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ def _is_rbac_available(self):

def _http(self, method, path, *args, **kwargs):

# ensure we have a valid session instead of hoping
# that retries will get around expirations.
self.check_or_refresh_gateway_session()
#if "gateway_sessionid" in self.headers.get("Cookie"):
# import epdb; epdb.st()

url = urljoin(self.galaxy_root.rstrip("/") + "/", path)
headers = kwargs.pop("headers", self.headers)
Expand Down

0 comments on commit 9052239

Please sign in to comment.