Skip to content

Commit a4f15b0

Browse files
author
Eric Wheeler
committed
Revert "Add conditional check for git checkout in development path"
This reverts commit 1bad563.
1 parent d820dd9 commit a4f15b0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bin/github-backup

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ import logging
44
import os
55
import sys
66

7-
8-
# If we are running from a git-checkout, we can run against the development
9-
# tree without installing.
10-
if os.path.exists(os.path.join(os.path.dirname(__file__), "..", ".git")):
11-
sys.path.insert(
12-
0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
13-
)
14-
15-
167
from github_backup.github_backup import (
178
backup_account,
189
backup_repositories,

0 commit comments

Comments
 (0)