Resolve "running appworker using either CLI or python shell fails"
Closes #1988 (closed)
Merge request reports
Activity
Filter activity
added bugfixes label
I have added suggestions from @sakl,
Edited by Amir Golparvaradded 2 commits
mentioned in issue #1988 (closed)
mentioned in merge request !1805 (closed)
The click decorators obscure the direct call of appworker. The simplest solution to provide both I found is using an undecorated function for the import and calling that from the CLI function. In order to keep the CLI command name I suffixed the original:
appworker_
. We could also add a full word like_internal
but nothing struck me as fitting.requested review from @mscheidg
mentioned in commit 51379d0c
Please register or sign in to reply