mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-09 19:56:11 +00:00
Apply review suggestion
Co-authored-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
d55379bac7
commit
3945a17965
1 changed files with 3 additions and 1 deletions
4
.github/tools/run_black.sh
vendored
4
.github/tools/run_black.sh
vendored
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Exit on error, print commands
|
||||
set -ex
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
||||
#
|
||||
# Copyright (c) Odd Stråbø, 2024
|
||||
# File-License: the Unlicense
|
||||
|
|
Loading…
Reference in a new issue