Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Jun 6, 2019
1 parent 6c1f23f commit 3af3e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qasm_job/qasm_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
try:
from qiskit.compiler import transpile
except ImportError:
print("-x. --transpile not available this qiskit level")
print("qasm_job WARNING: -x,--transpile not available this qiskit level")
from qiskit.tools.monitor import job_monitor


Expand Down

0 comments on commit 3af3e86

Please sign in to comment.