Loading ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ class CloneJob(BaseMigrationJob): # Compare checksum of two answers: checksums = [] assert len(msgs) == 2 logging.info('%r' % (msgs, )) for msg in msgs: if msg.get('error') is not None: msg = 'error while copy: %s' % msg['error']['message'] Loading Loading
ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ class CloneJob(BaseMigrationJob): # Compare checksum of two answers: checksums = [] assert len(msgs) == 2 logging.info('%r' % (msgs, )) for msg in msgs: if msg.get('error') is not None: msg = 'error while copy: %s' % msg['error']['message'] Loading