Skip to content

Commit 0093ee3

Browse files
authored
Update evalfen.py
1 parent 5100107 commit 0093ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evalfen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ def main(filein, fileout, d, threads, linetostart, enginepath):
3333
with open(filein, 'r') as fin:
3434
contents = fin.readlines()
3535

36+
l = len(contents)
3637
contents = contents[linetostart:]
3738

3839
counter = linetostart
3940
with open(fileout, 'a+') as fout:
40-
l = len(contents)
4141
while counter < l:
4242
ts = []
4343
threadcontents = [0 for i in range(threads)]

0 commit comments

Comments
 (0)