Loading gitlab_cp/sync.py +7 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,13 @@ class Synchronizer: ) self.handle_error(ge) if ( src_latest_commit is None ): # Git sync is not required: skip print( f" - git repository: {AnsiColors.HGRAY}empty{AnsiColors.RESET}" ) return if ( dest_latest_commit and src_latest_commit.get_id() == dest_latest_commit.get_id() Loading Loading
gitlab_cp/sync.py +7 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,13 @@ class Synchronizer: ) self.handle_error(ge) if ( src_latest_commit is None ): # Git sync is not required: skip print( f" - git repository: {AnsiColors.HGRAY}empty{AnsiColors.RESET}" ) return if ( dest_latest_commit and src_latest_commit.get_id() == dest_latest_commit.get_id() Loading