Skip to content

Commit 7f345c3

Browse files
author
jorgee
committed
correct wordcount code
1 parent 266ca7c commit 7f345c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal_workflow/wordcount/src/wordcount_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ def merge_two_dicts(dic1, dic2):
8282
print("Elapsed Time: " + str(elapsed))
8383

8484
ff = open(resultFile, 'w')
85-
ff.write(str(result), ff)
85+
ff.write(str(result))
8686
ff.close()

0 commit comments

Comments
 (0)