mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
Fix spurious error from prebuilt script
This commit is contained in:
parent
73ac38a6a6
commit
11b505f59f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def main():
|
|||
args = parse_args()
|
||||
|
||||
if args.ci_build:
|
||||
logging.basicConfig(datefmt='%s', format='%(asctime)s %(guid)s %(message)s', level=logging.INFO)
|
||||
logging.basicConfig(datefmt='%H:%M:%S', format='%(asctime)s %(guid)s %(message)s', level=logging.INFO)
|
||||
|
||||
logger.info('sha=%s' % headSha())
|
||||
logger.info('start')
|
||||
|
|
Loading…
Reference in a new issue