1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00

Stub for uploader.

This commit is contained in:
Markus Birth 2017-11-02 02:05:26 +01:00
parent f290ec0ef2
commit 19fe09a3f7
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

6
upload_logs.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# pylint: disable=C0111,C0326,C0103
LOGS_GLOB = "logs/*.xml"