diff --git a/pym/client/rsync.py b/pym/client/rsync.py index cba2bc2..db3c7bb 100644 --- a/pym/client/rsync.py +++ b/pym/client/rsync.py @@ -66,7 +66,7 @@ class ProfileSyncer(): self.process.wait() data = self.process.read() self.process.close() - return "No such file or directory (2)" not in data + return b"No such file or directory (2)" not in data def sync(self, source, target, *params): num = -1