Skip to content

Commit

Permalink
Remove incorrect documentation and set the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterilbergNI committed Apr 25, 2023
1 parent 9bdbc04 commit 2bb2d04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requirements
============
**niflexlogger-automation** has the following requirements:

* FlexLogger 2022 Q2+
* FlexLogger 2023 Q2+
* CPython 3.6 - 3.10. If you do not have Python installed on your computer, go to python.org/downloads to download and install it.

.. _installation_section:
Expand Down
2 changes: 0 additions & 2 deletions src/flexlogger/automation/_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ def save(self) -> None:
Raises:
FlexLoggerError: if saving the project fails due to a communication error.
If there is no communication error with the FlexLogger application, this function will not raise an
exception, but instead return a boolean indicating if the project was properly saved.
"""
stub = Project_pb2_grpc.ProjectStub(self._channel)
try:
Expand Down

0 comments on commit 2bb2d04

Please sign in to comment.