Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Jan 23, 2024
1 parent cbe1dc3 commit 773edf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metecho/api/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ def create_repository(

else:
repo = org.create_repository(
project.repo_name, description=project.description, private=settings.ENABLE_CREATE_PRIVATE_REPO
project.repo_name, description=project.description,
private=settings.ENABLE_CREATE_PRIVATE_REPO
)
team.add_repository(repo.full_name, permission="push")
project.repo_id = repo.id
Expand Down

0 comments on commit 773edf4

Please sign in to comment.