Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ~AppDataLocalContinuumanaconda3envsGISProjectslibsite-packagessqlalchemyengineresult.py in _non_result(self, default)
  2. 1168 if self._metadata is None:
  3. 1169 raise exc.ResourceClosedError(
  4. -> 1170 "This result object does not return rows. "
  5. 1171 "It has been closed automatically."
  6. 1172 )
  7.  
  8. ResourceClosedError: This result object does not return rows. It has been closed automatically.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement