Skip to content

Commit

Permalink
WEBWORK-25: Removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsa-Rajabi authored and firasm committed Jun 24, 2022
1 parent d4fd1c1 commit 874d30b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/problem_bank_scripts/webwork_to_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ def progress(count, total, status=''):
# print/update progress bar
counter += 1
progress(counter, len(source_files), status="Files Processed: " + str(counter) + "/" + str(len(source_files)))
temp_final_answer_units = []
except Exception as e:
print(e)
logging.error('Error: ' + str(e))
Expand Down

0 comments on commit 874d30b

Please sign in to comment.