summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-02 23:13:56 +0200
committerGitHub <noreply@github.com>2023-04-02 23:13:56 +0200
commit6dda042008e69419cdf52192ab699d97e48b05e3 (patch)
tree6b3ef094d9aee9ecb32b84173066a80e89c1f7d8 /doc
parent538c41b7044e8945a8bb6e58b44caef61fa062a3 (diff)
downloadpylint-git-6dda042008e69419cdf52192ab699d97e48b05e3.tar.gz
[pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)
Signed-off-by: Alvaro Frias Garay <alvaro.frias@eclypsium.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit 6ad17fb758361f50210f4cb5a4fd34494034f4e0) Co-authored-by: Alvaro Frias <alvaro.frias@eclypsium.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8504.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8504.bugfix b/doc/whatsnew/fragments/8504.bugfix
new file mode 100644
index 000000000..2b54ac7b6
--- /dev/null
+++ b/doc/whatsnew/fragments/8504.bugfix
@@ -0,0 +1,3 @@
+Fix a crash in pyreverse when "/" characters are used in the output filename e.g pyreverse -o png -p name/ path/to/project.
+
+Closes #8504