File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "packageName" : " elabapi_python" ,
33 "projectName" : " elabapi-python" ,
4- "packageVersion" : " 0.1.5 " ,
4+ "packageVersion" : " 0.1.6 " ,
55 "packageUrl" : " https://github.com/elabftw/elabapi-python"
66}
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# This script will generate a python library from the openapi definition file.
3+ # Note: if running into this error: library initialization failed - unable to allocate file descriptor table - out of memory
4+ # Edit docker systemd service file and add "--default-ulimit nofile=65536:65536" on the ExecStart line
5+ # then systemctl daemon-reload and systemctl restart docker
6+
37
48# the docker image used to generate the client code
59docker_image=" swaggerapi/swagger-codegen-cli-v3"
You can’t perform that action at this time.
0 commit comments