Blackened files
This commit is contained in:
parent
be5ddb76ae
commit
4e7606aa0c
24 changed files with 200 additions and 120 deletions
|
|
@ -72,7 +72,7 @@ class ExamplePlugin(MicroscopePlugin):
|
|||
time.sleep(1)
|
||||
|
||||
# Update task progress (if running as a task)
|
||||
percent_complete = int(((t + 1)/run_time)*100)
|
||||
percent_complete = int(((t + 1) / run_time) * 100)
|
||||
update_task_progress(percent_complete)
|
||||
|
||||
return vals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue