From: Mike Bayer Date: Fri, 17 Feb 2023 18:00:48 +0000 (-0500) Subject: fix sphinx command got stuck in output X-Git-Tag: rel_2_0_5~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6ecc39b62b41c4f21375a51bac582c61baa3d9d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix sphinx command got stuck in output Change-Id: Idf68d2c5e40a3b072ad1cd479638f9eb364ba15f --- diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index 746996e7a3..63fadc8a55 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -2149,8 +2149,7 @@ originator of the state change throws the error instead: self._close_impl(invalidate=False) File "/home/classic/dev/sqlalchemy/lib/sqlalchemy/orm/session.py", line 1827, in _close_impl transaction.close(invalidate) - File "sudo killallsphinx - string>", line 2, in close + File "", line 2, in close File "/home/classic/dev/sqlalchemy/lib/sqlalchemy/orm/session.py", line 506, in _go raise sa_exc.InvalidRequestError( sqlalchemy.exc.InvalidRequestError: Method 'close()' can't be called here;