1
0
Fork 0

added "done" to comd output

This commit is contained in:
Christian Kühnel 2020-01-20 13:16:45 +00:00
parent 398656cc7e
commit c6083e3cf4

View file

@ -88,6 +88,7 @@ class ApplyPatch:
for revision in missing:
self._apply_revision(revision)
self._apply_diff(self.diff_id, revision_id)
print('done.')
finally:
self._write_error_message()