MCPcopy
hub / github.com/RUB-NDS/PRET / size_mismatch

Method size_mismatch

printer.py:467–469  ·  view source on GitHub ↗
(self, size1, size2)

Source from the content-addressed store, hash-verified

465 self.size_mismatch(rsize, lsize)
466
467 def size_mismatch(self, size1, size2):
468 size1, size2 = str(size1), str(size2)
469 print(("Size mismatch (should: " + size1 + ", is: " + size2 + ")."))
470
471 # ------------------------[ put <local file> ]------------------------
472 def do_put(self, arg, rpath=""):

Callers 2

do_getMethod · 0.95
do_putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected