-
Couldn't load subscription status.
- Fork 1
Open
Description
When using IPM
Empty IPM Module, like below, with nothing at all
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="demo.ZPM">
<Module>
<Name>demo</Name>
<Version>1.0.0</Version>
<Keywords>demo</Keywords>
<Description>demo</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
</Module>
</Document>
</Export>
And python code, which installs it
import iris
iris.cls("%ZPM.PackageManager").Shell("load /home/irisowner/app -v")
print('done')
Crashes, right after the execution in %ZPM, with exit code 3, will not print done
Metadata
Metadata
Assignees
Labels
No labels