Joseph Martinot-Lagarde
Joseph Martinot-Lagarde
Does that mean that code that isn't run is not displayed ? The ouput would be very misleading if a block of code is hidden because of this.
Does your code actually run the `test` function when you run it without kernprof ?
I think it's likely that the code doesn't run. Maybe it crashes on `logger.info` because the environment in `kernprof` is slightly different than the standard interpreter ? is there any...
I think the following code is enough: ```python try: profile except NameError: no_profile = True ``` The code could be simplified : ```python try: profile except NameError: def profile(function): """Dummy...
I just put this at the top of my code: ``` try: profile except NameError: profile = lambda x: x ```
2 comments: - `__builtin__` is python2 only, replaced by `builtins` in python3 - `__builtin__.profile` would raise `AttributeError` here Here is my try: ``` python try: import builtins except ImportError: import...
One problem is that a little change can matter a lot when a bug is blocking a whole server from working. Right now I haven't been able to read comics...
I just tried it with Tokyo ESP from KissManga by removing the 2 first chapters. It worked for the first chapter but I can't get the second one back.
I removed the first one, and both came back after updating. I just updated via Fdroid so maybe the last version fixed it ? The only remaining bug would be...
No hurry, it's not like anyone would remove chapters and reload on a daily basis !