diff --git a/README.rst b/README.rst index a90809a..7e17aea 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/src/flexlogger/automation/_project.py b/src/flexlogger/automation/_project.py index 6d8442c..ea94c95 100644 --- a/src/flexlogger/automation/_project.py +++ b/src/flexlogger/automation/_project.py @@ -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: