summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/python/lib/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/python/lib/files.py b/share/python/lib/files.py
index dd5b9f8..d3b96fc 100644
--- a/share/python/lib/files.py
+++ b/share/python/lib/files.py
@@ -92,7 +92,7 @@ def files_file_matches_regex(ctx, filename=None, regex=None):
logging.debug(f"files_file_matches_regex: no match")
logging.debug(f" filenamed: {filename}")
logging.debug(f" regex: {regex}")
- logging.debug(f" content: {regex}")
+ logging.debug(f" content: {content}")
logging.debug(f" match: {m}")
assert_eq(bool(m), True)