Genres are no longer available for ratings, so we make them optional. Adds support for validating generics in union types.
7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
exec poetry run python -m unwind "$@"
|