From 773e9953a48930630d7c806172e64a82472e5098 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 15 Oct 2013 22:03:37 +0200 Subject: Only show no-action message, if verbosity is >=1 Signed-off-by: Michael Buesch --- toprammer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toprammer b/toprammer index 685d4d5..0b8e470 100755 --- a/toprammer +++ b/toprammer @@ -304,7 +304,8 @@ def main(argv): elif opt_action == "write-uil": top.writeUserIdLocation(fileIn(top, opt_action, opt_file, opt_informat)) else: - print "No action specified" + if opt_verbose >= 1: + print "No action specified" top.shutdownChip() except (TOPException, BitfileException, IOError), e: print e -- cgit v1.2.3