Skip to content

Commit 874d30b

Browse files
Parsa-Rajabifirasm
authored andcommitted
WEBWORK-25: Removed unused var
1 parent d4fd1c1 commit 874d30b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/problem_bank_scripts/webwork_to_md.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ def progress(count, total, status=''):
575575
# print/update progress bar
576576
counter += 1
577577
progress(counter, len(source_files), status="Files Processed: " + str(counter) + "/" + str(len(source_files)))
578-
temp_final_answer_units = []
579578
except Exception as e:
580579
print(e)
581580
logging.error('Error: ' + str(e))

0 commit comments

Comments
 (0)