[Libreoffice-bugs] [Bug 117202] New: Allow to pass arguments to command line called python scripts
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 24 07:34:49 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=117202
Bug ID: 117202
Summary: Allow to pass arguments to command line called python
scripts
Product: LibreOffice
Version: 6.0.2.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: lgodard.libre at laposte.net
One can launch python scripts using command line such as :
$ soffice
'vnd.sun.star.script:myLib/myModule.py$pyFunction?language=Python&location=user'
unfortunatelly, one can not pass arguments to `pyFunction`
expected :
be able to pass arguments and call like this
$ soffice 'vnd.sun.star.script:myLib/myModule.py$pyFunction(first, second,
third)?language=Python&location=user'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180424/b5baa32e/attachment.html>
More information about the Libreoffice-bugs
mailing list