Open
Description
Description
Hi! I'm trying to decompile a cog from my Discord bot which I overwrote by error. When using uncompyle, all classes except one (the longest one) were recovered. In the last one, I get the following output (I also attached the full output, and the full .pyc):
3708 POP_TOP
Parse error at or near `LOAD_CONST' instruction at offset 220
def setup(bot):
bot.add_cog(BRCog(bot))
The script raises an error exactly on the last two lines of the code, so there isn't anything after that.
How to Reproduce
$ uncompyle6 battleroyale.cpython-38.pyc > output.txt
# file battleroyale.cpython-38.pyc
# Deparsing stopped due to parse error
Environment
- OS: Ubuntu Server 20.04 LTS (focal)
- Python: Python 3.8.10 (default, Sep 28 2021, 16:10:42)
- Uncompyle6 version: version 3.8.1.dev0