Humorous Baby
Humorous Baby
Just don't use super. Do `Exception.__init__(self, msg)` instead of `super(MyException, self).__init__(msg)`.
Yep, I have found the same: the simplest Python 2 solution would require a change in the module iteslf. I had really opened this issue as a note for others...
~~@dgw, @RustyBower, could this be related to #1399 ? I see that @RustyBower's weather module does a `from .weather import *` in the `__init__.py`, that if I recall correctly, prompted...
Cannot get `@interval` methods to duplicate. I made a simple example to test: ```python def setup(bot): global interval_count interval_count = 0 @sopel.module.interval(1) def interval_callable(bot, extra='a'): global interval_count interval_count += 1...
I can confirm that [`del_job`](https://github.com/sopel-irc/sopel/pull/1053/files#diff-077484fc872e70b7f2112857edeb9270) from #1053 will fix the issue of all `@interval`'d callables being cleared on a single module reload.
#1536 fully parses `RPL_ISUPPORT`, so it does in fact parse and expose all the flags/values mentioned here. It does not do anything more to explicitly provide "better privilege tracking", however.
> and I want to re-assert how much respect I've for his works, past and present @Exirel you're too kind :smile: don't worry I'm not offended you want to scrap...
> So I take it you'll be eagerly awaiting your chance to refactor #1528 on top of the newline list parsing when it's done? (Not that I know if any...
@dgw said: > So I take it you'll be eagerly awaiting your chance to refactor #1528 on top of the newline list parsing when it's done? grin **(Not that I...
@ctm, the design is _definitely_ deliberate. The `.sh` files are not meant to be edited. Without getting into too much detail, for your specific use case: if you are you...