Skip to content

Commit

Permalink
Update tango/integrations/beaker/executor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
  • Loading branch information
epwalsh and AkshitaB authored Oct 4, 2023
1 parent 1d31e08 commit 471fd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tango/integrations/beaker/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def __init__(
f"Missing git data. "
f"BeakerExecutor requires a git repository with a GitHub remote."
)
self._github_account, self._github_repo = self._parse_git_remote(git)
self._github_account, self._github_repo = self._parse_git_remote(git.remote)
self._git_commit = git.commit

def check_repo_state(self):
Expand Down

0 comments on commit 471fd90

Please sign in to comment.