Skip to content

Instantly share code, notes, and snippets.

View TerrenceMcGuinness-NOAA's full-sized avatar

TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA

View GitHub Profile
@TerrenceMcGuinness-NOAA
TerrenceMcGuinness-NOAA / publish_logs.py
Created March 28, 2024 16:48
error log file from CI run TEST
#!/usr/bin/env python3
import os
from githubpr import GitHubPR, GitHubDBError
from argparse import ArgumentParser, FileType
def parse_args():
"""
Parse command line arguments.