This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Unable to fully catch exception when IQ# is not installed #550
Labels
Kind-Bug
Something isn't working
Due to the message that gets printed if IQ# is not installed, we cannot provide seamless functionality around
qsharp
catching the exception (i.e. we always get an error message displayed even with try-except logic).iqsharp/src/Python/qsharp-core/qsharp/clients/__init__.py
Lines 42 to 44 in 0b78bc4
The line above should simply be included in the raised error message instead of printed out.
The text was updated successfully, but these errors were encountered: