1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
tcl_ota_check/upload_logs.py
2017-11-01 21:34:31 -04:00

9 lines
138 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# pylint: disable=C0111,C0326,C0103
import os
LOGS_GLOB = os.path.join("logs", "*.xml")