Loading gitlab_cp/sync.py +2 −2 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ class Synchronizer: ) except GitlabUpdateError as ge: print( f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({dest_project.get_id()})", f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({', '.join(changed_attr)}) ({dest_project.get_id()})", ge, ) self.handle_error(ge) Loading Loading @@ -549,7 +549,7 @@ class Synchronizer: ) except GitlabUpdateError as ge: print( f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({dest_group_full_path})", f"- properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({', '.join(changed_attr)}) ({dest_group_full_path})", ge, ) self.handle_error(ge) Loading Loading
gitlab_cp/sync.py +2 −2 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ class Synchronizer: ) except GitlabUpdateError as ge: print( f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({dest_project.get_id()})", f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({', '.join(changed_attr)}) ({dest_project.get_id()})", ge, ) self.handle_error(ge) Loading Loading @@ -549,7 +549,7 @@ class Synchronizer: ) except GitlabUpdateError as ge: print( f" - properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({dest_group_full_path})", f"- properties: update {AnsiColors.HRED}failed{AnsiColors.RESET} ({', '.join(changed_attr)}) ({dest_group_full_path})", ge, ) self.handle_error(ge) Loading