distribusi '-nf' option bug fix

+ run.sh update
This commit is contained in:
Dooho Yi 2021-01-03 22:33:47 +09:00
parent e634d3b2fb
commit 9999e5a3a8
3 changed files with 8 additions and 8 deletions

View file

@ -168,7 +168,7 @@ def distribusify(args, directory): # noqa
caption = ""
if args.captions:
caption = caption(full_path)
a = FILE_TYPES[type_].format(name, caption)
a = FILE_TYPES[type_].format(name, caption)
if subtype in SUB_TYPES:
a = SUB_TYPES[subtype]

4
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "distribusi-nodejs-server",
"version": "0.0.0",
"name": "expressive-distribusi-server",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

4
run.sh
View file

@ -1,4 +1,4 @@
#!/bin/bash
pip3 install -r py3/requirements.txt
python3 run.py -d ./data/
pip install -r py3/requirements.txt
python run.py -d ./data/ -nf -s custom.css --no-hidden -v