Skip to content
Snippets Groups Projects
Commit 6698d0b5 authored by David Trattnig's avatar David Trattnig
Browse files

Display configured path for debugging. #17

parent 916702bf
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@ class AuraMonitor:
Checks if a given directory is existing and holds content
"""
status = dict()
status["path"] = dir_path
status["exists"] = os.path.exists(dir_path) and os.path.isdir(dir_path)
status["has_content"] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment