mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
What
This commit is contained in:
@@ -57,5 +57,5 @@ def read_resolution() -> tuple[int]:
|
||||
w = result2.group(1)
|
||||
if int(h) > 0 and int(w) > 0:
|
||||
break
|
||||
logging.info(f"Current resolution is %dx%d", w, h)
|
||||
logging.info("Current resolution is %dx%d", w, h)
|
||||
return (h, w)
|
||||
|
||||
Reference in New Issue
Block a user