Closed ezio-melotti closed 7 months ago
This PR fixes a bug introduced in #99, where the @needs_root decorator was being executed at function declaration and not at function call time.
@needs_root
This PR fixes a bug introduced in #99, where the
@needs_root
decorator was being executed at function declaration and not at function call time.