Skip to content

Commit

Permalink
Use nbgrader to get username instead of os.env
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Mar 14, 2024
1 parent f084ba3 commit 38960bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2xgrader/exchange/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def init_release(self):
if self.personalized_outbound:
self.release_path = os.path.join(
outbound_path,
os.getenv("JUPYTERHUB_USER"),
get_username(),
self.coursedir.assignment_id,
)
else:
Expand Down

0 comments on commit 38960bb

Please sign in to comment.