Skip to content
Snippets Groups Projects
Commit 0cf05af2 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Removes unused variables

parent c53402fd
No related branches found
No related tags found
1 merge request!3Version 0.2
...@@ -128,10 +128,8 @@ def main(args): ...@@ -128,10 +128,8 @@ def main(args):
trace=trace) trace=trace)
progress = Progress(50, 500, 0.75) progress = Progress(50, 500, 0.75)
time_per_tick = []
while True: while True:
try: try:
line = '\r'
for tick in progress: for tick in progress:
until = tick / progress.ticks * trace.duration until = tick / progress.ticks * trace.duration
env.run(until=until) env.run(until=until)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment