From 2dde700bb1355596cdbde7bb2a04ca2f6a5f99c8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 27 Feb 2008 14:25:51 +0000 Subject: [PATCH] remove confusing dup msg --- module-tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.0