From: Thierry Parmentelat Date: Wed, 27 Feb 2008 14:25:51 +0000 (+0000) Subject: remove confusing dup msg X-Git-Tag: 4.2-rc2~171 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2dde700bb1355596cdbde7bb2a04ca2f6a5f99c8;p=build.git remove confusing dup msg --- diff --git a/module-tag.py b/module-tag.py index 9a966db0..213f2ba8 100755 --- a/module-tag.py +++ b/module-tag.py @@ -75,7 +75,7 @@ class Command: result=file(tmp).read() os.unlink(tmp) if self.options.debug: - print '+',self.command,'Done', + print 'Done', return result class Svnpath: