John Gorman
John Gorman
I've realized that my proposed solution isn't complete and will still cause the bug if the referenced file is compressed and packaged within the pyinstaller binary. Working on perhaps catching...
Using an empty string as I proposed above still causes the error: ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ │ │ ?:15 in main │ │ │ │...
Okay I think I figured out a working solution specific to pyinstaller, but not for if we can't find the filename at all. Changed the original solution to this: ```python...
Struggling to mock a traceback for a test. We can't just use one from `sys.exc_info` as we wouldn't hit the new code, we need a relative path. All of the...