From 4bc8071b78d159d725631f41c84d7e5d52693452 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 20 Feb 2010 15:38:53 +0100 Subject: Move check. Fix typo. Signed-off-by: Michael Buesch --- toprammer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toprammer') diff --git a/toprammer b/toprammer index a1cb9e5..5142dec 100755 --- a/toprammer +++ b/toprammer @@ -335,7 +335,7 @@ def main(argv): elif opt_action == "write-fuse": top.writeFuse(fileIn(opt_file, opt_informat)) elif opt_action == "read-lock": - fileOut(opt_file, out_outformat, top.readLockbits()) + fileOut(opt_file, opt_outformat, top.readLockbits()) elif opt_action == "write-lock": top.writeLockbits(fileIn(opt_file, opt_informat)) else: -- cgit v1.2.3