summaryrefslogtreecommitdiff
path: root/subplot/vendored/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/vendored/files.py')
-rw-r--r--subplot/vendored/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/vendored/files.py b/subplot/vendored/files.py
index dd5b9f8..d3b96fc 100644
--- a/subplot/vendored/files.py
+++ b/subplot/vendored/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)