-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LaTeX drawer on split-filesystem systems (#8629)
* Update circuit_visualization.py Corrects issue #8542 * Update circuit_visualization.py * Add release note Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
- Loading branch information
1 parent
231961d
commit d163e89
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-latex-split-filesystem-0c38a1ade2f36e85.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an ``OSError`` in the LaTeX circuit drawer on systems whose temporary | ||
directories (*e.g* ``/tmp``) are on a different filesystem to the working | ||
directory. See `#8542 <https://github.com/Qiskit/qiskit-terra/issues/8542>`__ | ||
for more detail. |