Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Jul 5, 2019
1 parent c798859 commit 9d9ab38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qasm_job/qasm_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
exit(0)

if args.qiskit_version:
try: __qiskit_version__
try:
__qiskit_version__
except NameError:
print("__qiskit_version__ not present in this Qiskit level.")
exit(1)
Expand Down

0 comments on commit 9d9ab38

Please sign in to comment.