mirror of https://github.com/yt-dlp/yt-dlp
[test] Convert warnings into errors
* And fix some existing warnings Authored by: fstirlitzpull/2173/head
parent
3d3bb1688b
commit
b6dc37fe2a
@ -1 +1 @@
|
||||
@py "%~dp0yt_dlp\__main__.py" %*
|
||||
@py -bb -Werror -Xdev "%~dp0yt_dlp\__main__.py" %*
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec python3 "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
|
||||
exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
|
||||
|
Loading…
Reference in New Issue