소스 검색

Updated logcheck script, it returns 1 if their are logs missing

master
Wouter Horlings 6 년 전
부모
커밋
d2f15a461a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      logcheck.py

+ 3
- 1
logcheck.py 파일 보기

@@ -32,4 +32,6 @@ def logcheck():


if __name__ == '__main__':
logcheck()
error = logcheck()
if error != None:
sys.exit(1)

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