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

9 lines
138 B
Python
Raw Normal View History

2017-11-02 01:05:26 +00:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# pylint: disable=C0111,C0326,C0103
2017-11-02 01:34:31 +00:00
import os
LOGS_GLOB = os.path.join("logs", "*.xml")