Skip to content

Instantly share code, notes, and snippets.

View tomatopuree's full-sized avatar

Ada D tomatopuree

View GitHub Profile
#!/usr/bin/env python
import os, sys, subprocess, argparse, shutil, glob, re, multiprocessing
import logging as log
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
class Fail(Exception):
def __init__(self, text=None):
self.t = text