Skip to content

Commit 2a2da88

Browse files
committed
appease the Hound
1 parent 29dbabe commit 2a2da88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,9 +1846,8 @@ def sync_pr_with_develop(pr_id):
18461846
# initialize repository
18471847
git_working_dir = tempfile.mkdtemp(prefix='git-working-dir')
18481848
git_repo = init_repo(git_working_dir, target_repo)
1849-
repo_path = os.path.join(git_working_dir, target_repo)
18501849

1851-
pr_remote_name = setup_repo(git_repo, pr_account, target_repo, pr_branch)
1850+
setup_repo(git_repo, pr_account, target_repo, pr_branch)
18521851

18531852
# pull in latest version of 'develop' branch from central repository
18541853
msg = "pulling latest version of '%s' branch from %s/%s..." % (target_account, target_repo, GITHUB_DEVELOP_BRANCH)

0 commit comments

Comments
 (0)