diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2022-01-05 21:59:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-01-05 21:59:52 +0000 |
| commit | cd0b050ce07e7fe1b46ef8fa2b5aabba9f812e41 (patch) | |
| tree | a31af00382982a82560a15ff16909ce28f9d9ecb | |
| parent | 146a349d81023805264f81643db50a5281da90da (diff) | |
| parent | c87a08ed8f383466f252c2054bd44b87102149b1 (diff) | |
| download | sqlalchemy-cd0b050ce07e7fe1b46ef8fa2b5aabba9f812e41.tar.gz | |
Merge "Fix AttributeError typo in setup.py that prevented fallback pure python build if the compilation fails" into main
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ else: raise status_msgs( - exc.cause, + exc.__cause__, "WARNING: The Cython extension could not be compiled, " "speedups are not enabled.", "Failure information, if any, is above.", |
