From c6083e3cf41d535fd81bd5cb06d3a071621185ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 20 Jan 2020 13:16:45 +0000 Subject: [PATCH] added "done" to comd output --- scripts/phabtalk/apply_patch2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/phabtalk/apply_patch2.py b/scripts/phabtalk/apply_patch2.py index f4405da..3795416 100755 --- a/scripts/phabtalk/apply_patch2.py +++ b/scripts/phabtalk/apply_patch2.py @@ -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()