Loading robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ def parse_branch_from_log(gitlog): if bool(branch): return branch.group(2) else if bool(branch_master): elif bool(branch_master): return branch_master.group(2) else return None Loading Loading
robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ def parse_branch_from_log(gitlog): if bool(branch): return branch.group(2) else if bool(branch_master): elif bool(branch_master): return branch_master.group(2) else return None Loading