We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3805471 commit f4450f3Copy full SHA for f4450f3
config.json
@@ -1,6 +1,6 @@
1
{
2
"packageName": "elabapi_python",
3
"projectName": "elabapi-python",
4
- "packageVersion": "0.1.5",
+ "packageVersion": "0.1.6",
5
"packageUrl": "https://github.com/elabftw/elabapi-python"
6
}
helper.sh
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
# This script will generate a python library from the openapi definition file.
+# Note: if running into this error: library initialization failed - unable to allocate file descriptor table - out of memory
+# Edit docker systemd service file and add "--default-ulimit nofile=65536:65536" on the ExecStart line
+# then systemctl daemon-reload and systemctl restart docker
+
7
8
# the docker image used to generate the client code
9
docker_image="swaggerapi/swagger-codegen-cli-v3"
0 commit comments