Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid syntax in log analyzer (sonic-net#11558)
What is the motivation for this PR? when running testcase with log analyzer, would get error: E File "/data/sonic-mgmt-int/tests/common/plugins/loganalyzer/loganalyzer.py", line 167 E file_path = os.path.join(tmp_folder, f"log_error_{self.marker_prefix}_{cur_time}.json") E ^ E SyntaxError: invalid syntax How did you do it? use .format() instead of f""
- Loading branch information