From a4f15b06d94c0481861a3cd149f3ac5b10fbefa7 Mon Sep 17 00:00:00 2001 From: Eric Wheeler Date: Fri, 25 Jul 2025 11:47:08 -0700 Subject: [PATCH] Revert "Add conditional check for git checkout in development path" This reverts commit 1bad563e3f23d3d8b9f98721d857a660692f4847. --- bin/github-backup | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/github-backup b/bin/github-backup index c6116a1..b33d19f 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -4,15 +4,6 @@ import logging import os import sys - -# If we are running from a git-checkout, we can run against the development -# tree without installing. -if os.path.exists(os.path.join(os.path.dirname(__file__), "..", ".git")): - sys.path.insert( - 0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) - ) - - from github_backup.github_backup import ( backup_account, backup_repositories,