mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
add some debugging output for intermittent share code failure
This commit is contained in:
@@ -945,7 +945,7 @@ class ShareCode(_Share, Hashed, Base):
|
||||
else:
|
||||
server_name = "unknown/deleted"
|
||||
|
||||
return f"<{self.__class__.__name__}(server={server_name}, scopes={self.scopes}, expires_at={self.expires_at})>"
|
||||
return f"<{self.__class__.__name__}(id={self.id}, server={server_name}, scopes={self.scopes}, expires_at={self.expires_at})>"
|
||||
|
||||
@classmethod
|
||||
def new(
|
||||
|
Reference in New Issue
Block a user