This commit is contained in:
Micah Lee 2020-11-06 09:00:25 -08:00
parent 5421048730
commit 85bb499ab5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -7,10 +7,12 @@ import shutil
import glob
root = os.path.dirname(
os.path.dirname(
os.path.dirname(
os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
)
)
)
def run(cmd, cwd=None):
@ -18,6 +20,8 @@ def run(cmd, cwd=None):
def main():
print(root)
return
# Parse arguments
parser = argparse.ArgumentParser()
parser.add_argument(