lordgamez commented on code in PR #2059:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2059#discussion_r2533897935


##########
behave_framework/src/minifi_test_framework/containers/container.py:
##########
@@ -204,6 +232,7 @@ def exited(self) -> bool:
 
     def get_number_of_files(self, directory_path: str) -> int:
         if not self.container or not self.not_empty_dir_exists(directory_path):
+            logging.warning(f"Container not running or directory does not 
exist: {directory_path}")

Review Comment:
   Logging is imported on line 18.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to