mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
chergners
This commit is contained in:
@@ -44,7 +44,7 @@ def get_latest_file_report(directory: Path):
|
||||
# Filter out directories, keep only files
|
||||
files = [
|
||||
file for file in entries
|
||||
if os.path.isfile(file) and not file.endswith('.log')
|
||||
if os.path.isfile(file) and not file.endswith('.log') and "frametimes" not in file
|
||||
]
|
||||
if not files:
|
||||
return None # No files found
|
||||
|
||||
Reference in New Issue
Block a user