Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 26, 2023
1 parent bb49ec5 commit c578412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### 🚀 New

* Guider frames for each telescope taken during an exposure are added to the spectrograph headers.
* Standards observed are added to the spectrograph headers.
* Standards observed are added to the spectrograph headers. The standard information can be accessed as `GortObserver.standards`.
* Added a `cleanup` recipe.
* Added exposure frame to the progress bar.
* Add `PA` parameter to tiles and propagate it to the k-mirror slew commands.
Expand Down
2 changes: 1 addition & 1 deletion src/gort/gort.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class GortClient(AMQPClient):
If :obj:`True`, uses ``rich`` to provide colourised tracebacks and
prettier outputs.
log_file_path
The path where to save GORT's log. File logs are always saved with `DEBUG`
The path where to save GORT's log. File logs are always saved with ``DEBUG``
logging level. If :obj:`None`, a temporary file will be used whose path
can be retrieved by calling :obj:`.get_log_path`. If :obj:`False`, no file
logging will happen.
Expand Down

0 comments on commit c578412

Please sign in to comment.