Skip to content

Commit

Permalink
fix docs for 'get_logs_for_experiment'
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 8, 2021
1 parent c24d725 commit b679ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beaker/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def get_logs_for_experiment(
------
ExperimentNotFound
JobNotFound
HTTPError
"""
exp = self.get_experiment(exp_id)
if job_id is None:
Expand Down

0 comments on commit b679ab1

Please sign in to comment.