From 94a437c58426ce00976d3ab15f19817642d188c4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Jan 2019 17:50:57 -0800 Subject: Added 'with' to 'if it fails with $' clauses and made upgrade import specific rules. --- lib/tools/format.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tools/format.nom') diff --git a/lib/tools/format.nom b/lib/tools/format.nom index e60d12e..445f35e 100755 --- a/lib/tools/format.nom +++ b/lib/tools/format.nom @@ -28,7 +28,7 @@ command line program with $args: $code = (NomsuCode from ($Source $filename 1 (size of $file)) $file) try: $tree = ($code parsed) - ..if it fails $msg: + ..if it fails with $msg: if $args.q: $formatted = $file ..else: -- cgit v1.2.3