Closed robvanmieghem closed 4 years ago
Currently I can access the author package from an actor usingself.package._package_author. Exposing it as a package_author property would be a lot cleaner.
self.package._package_author
package_author
commit: https://github.com/threefoldtech/jumpscaleX_core/commit/651abe6bdb10f6b8a1dec097ef7019a0b7d5c492
Verified
by debugging in an actor, was able to get package_author from self directly.
self
Currently I can access the author package from an actor using
self.package._package_author
. Exposing it as apackage_author
property would be a lot cleaner.