Fixed OpenAPI docs generating has some swagger error.

Thanks to bentiss !

Fixes #4280
This commit is contained in:
Lauri Ojansivu 2022-01-13 21:22:38 +02:00
parent 418b9effa7
commit 99d6f7a765

View file

@ -21,7 +21,7 @@ if [ ! -d ~/python/esprima-python ]; then
cd ~/python
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
cd ~/python/esprima-python
sudo python3 setup.py install --record files.txt
sudo pip3 install .
fi
# 2) Go to Wekan repo directory