diff options
Diffstat (limited to 'doc/data/messages/l/logging-format-truncated/bad.py')
-rw-r--r-- | doc/data/messages/l/logging-format-truncated/bad.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/data/messages/l/logging-format-truncated/bad.py b/doc/data/messages/l/logging-format-truncated/bad.py new file mode 100644 index 000000000..9f3f16260 --- /dev/null +++ b/doc/data/messages/l/logging-format-truncated/bad.py @@ -0,0 +1,3 @@ +import logging + +logging.warning("Here is a variable: %", my_var) # [logging-format-truncated] |