Skip to content

Commit 45124d9

Browse files
committed
typo-- !!
1 parent e802679 commit 45124d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/wfbench

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def io_write_benchmark_user_input_data_size(outputs,
252252
def io_alternate(inputs, outputs, cpu_queue: multiprocessing.Queue, memory_limit=None, rundir=None, event=None):
253253
"""Alternate between reading and writing to a file, ensuring read only happens after write."""
254254

255-
if memory_limit is None:f
255+
if memory_limit is None:
256256
memory_limit = 10 * 1024 * 1024 # sys.maxsize
257257
memory_limit = int(memory_limit)
258258

0 commit comments

Comments
 (0)