threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

expose package_author from the ThreebotPackage #771

Closed robvanmieghem closed 4 years ago

robvanmieghem commented 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.

dmahmouali commented 4 years ago

commit: https://github.com/threefoldtech/jumpscaleX_core/commit/651abe6bdb10f6b8a1dec097ef7019a0b7d5c492

AhmedHanafy725 commented 4 years ago

Verified

by debugging in an actor, was able to get package_author from self directly.

image