Skip to content

Commit 9e9550f

Browse files
committed
Generalize python_worker.api -> worker.api
Each Appose implementation will have a differently-named worker, but each of them should be called "worker.api" in the API dump.
1 parent f06f239 commit 9e9550f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/api.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ done
3232
# Remove empty files.
3333
find api -size 0 -exec rm "{}" \;
3434

35+
# Rename python_worker.api -> worker.api.
36+
mv api/appose/python_worker.api api/appose/worker.api
37+
3538
# Post-process API: normalize | None to ?, expand optional parameters.
3639
python3 "$postprocessScript" api

0 commit comments

Comments
 (0)