Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
minghangli-uni committed Oct 11, 2024
1 parent a7864f5 commit 22297a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion expts_manager/Expts_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ def _extract_config_via_commit(self):
f"Check out commit {self.base_commit} and creat new branch {self.base_branch_name}!"
)
# checkout the new branch from the specific template commit
templaterepo.git.checkout("-b", self.base_branch_name, str(self.base_commit) + "^0")
templaterepo.git.checkout(
"-b", self.base_branch_name, str(self.base_commit) + "^0"
)

def _copy_diag_table(self, path):
"""
Expand Down

0 comments on commit 22297a7

Please sign in to comment.