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 29dbabe commit 2a2da88Copy full SHA for 2a2da88
easybuild/tools/github.py
@@ -1846,9 +1846,8 @@ def sync_pr_with_develop(pr_id):
1846
# initialize repository
1847
git_working_dir = tempfile.mkdtemp(prefix='git-working-dir')
1848
git_repo = init_repo(git_working_dir, target_repo)
1849
- repo_path = os.path.join(git_working_dir, target_repo)
1850
1851
- pr_remote_name = setup_repo(git_repo, pr_account, target_repo, pr_branch)
+ setup_repo(git_repo, pr_account, target_repo, pr_branch)
1852
1853
# pull in latest version of 'develop' branch from central repository
1854
msg = "pulling latest version of '%s' branch from %s/%s..." % (target_account, target_repo, GITHUB_DEVELOP_BRANCH)
0 commit comments