From 2b809cf1c8d106008377fdd6be2b60dfb81912df Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Mon, 23 Sep 2013 21:42:08 +0200 Subject: add error message when tarball cannot be downloaded --- mgagnome | 1 + 1 file changed, 1 insertion(+) (limited to 'mgagnome') diff --git a/mgagnome b/mgagnome index e828231..e1676a5 100755 --- a/mgagnome +++ b/mgagnome @@ -508,6 +508,7 @@ class SpecFile(object): else: # failed to download tarball self._revert_changes() + print >>sys.stderr, "ERROR: Could not download tarball" return False return self.check_and_update_patches() -- cgit v1.2.1