Skip to content
Snippets Groups Projects
Commit a0a198cc authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-920: fix linting

parent 1925a1b2
No related branches found
No related tags found
1 merge request!421Resolve L2SS-920 "Make statistics writer tolerant"
...@@ -299,4 +299,4 @@ def main(): ...@@ -299,4 +299,4 @@ def main():
# Get a list of all the statistics timestamps we have # Get a list of all the statistics timestamps we have
statistics = stat_parser.list_statistics() statistics = stat_parser.list_statistics()
logger.debug(f"These are all the statistics parsed: {statistics}") logger.debug(f"These are all the statistics parsed: {statistics}")
\ No newline at end of file
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