소스 검색

check for black linter in autogen.sh (#208)

pull/133/merge
Hagai Shapira 4 년 전
committed by GitHub
부모
커밋
3c846be20b
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      autogen.sh

+ 5
- 0
autogen.sh 파일 보기

@@ -21,6 +21,11 @@ if ! [ -x "$(command -v convert)" ]; then
exit 1
fi

if ! [ -x "$(command -v black)" ]; then
echo 'black is not installed'
exit 1
fi

# preprocess the resources
for pvd in "${providers[@]}"; do
# convert the svg to png for azure provider


불러오는 중...
취소
저장