Skip to content

Commit c89c4e6

Browse files
fix(disk_perf): usage of double quote in nested string
Signed-off-by: Mathieu Labourier <[email protected]>
1 parent 0d17e17 commit c89c4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/benchmarks/test_disk_perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Tests default settings #
1313

14-
CSV_FILE = f"/tmp/results_{datetime.now().strftime("%Y-%m-%d_%H:%M:%S")}.csv"
14+
CSV_FILE = f"/tmp/results_{datetime.now().strftime('%Y-%m-%d_%H:%M:%S')}.csv"
1515

1616
DEFAULT_SAMPLES_NUM = 10
1717
DEFAULT_SIZE = "1G"

0 commit comments

Comments
 (0)