We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d820dd9 commit a4f15b0Copy full SHA for a4f15b0
bin/github-backup
@@ -4,15 +4,6 @@ import logging
4
import os
5
import sys
6
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
16
from github_backup.github_backup import (
17
backup_account,
18
backup_repositories,
0 commit comments