Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibm/main' into update-parametric-pulse-…
Browse files Browse the repository at this point in the history
…validate-parameters-docs
  • Loading branch information
jakelishman committed Jun 13, 2022
2 parents b7ec5ae + 5d1205a commit fb24525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/tools/jupyter/backend_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def update_backend_info(self, interval=60):
"""Updates the monitor info
Called from another thread.
"""
my_thread = threading.currentThread()
my_thread = threading.current_thread()
current_interval = 0
started = False
all_dead = False
Expand Down

0 comments on commit fb24525

Please sign in to comment.