https://bugs.documentfoundation.org/show_bug.cgi?id=170564

Werner Tietz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Werner Tietz <[email protected]> ---
Cannot reproduce the issue!

Nevertheless, I would suggest avoiding ScriptForge and instead using:

```
sub call_python
    provider = thisComponent.getScriptprovider()
    script =
provider.getScript("vnd.sun.star.script:util.py$str_format?language=Python&location=user")
 
    args = array("{}{}:{}{}","A",1,"B",10)
    print script.invoke(args, array(), array())
end sub
```

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to