Created
July 26, 2019 15:53
-
-
Save avoinea/29706efda125cd31f59fa3bc6c8abfa0 to your computer and use it in GitHub Desktop.
# Fix broken zc.async within Data.fs
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
# Fix broken zc.async within Data.fs | |
$ bin/instance debug | |
>>> del app._p_jar.root._root['zc.async'] | |
>>> import transaction | |
>>> transaction.commit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment