From 811fdd685670d2eb8c6bcb9e6e103e57bf402ca8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 Aug 2018 15:59:30 -0700 Subject: Tweaked version 3.6 to include deprecating list append/removal functions in favor of using a method call style. --- tools/autoformat.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/autoformat.nom') diff --git a/tools/autoformat.nom b/tools/autoformat.nom index 6c4420a..719b826 100755 --- a/tools/autoformat.nom +++ b/tools/autoformat.nom @@ -11,7 +11,7 @@ use "lib/os.nom" %inplace = (no) if (%args.1 is "-i"): %inplace = (yes) - remove index 1 from %args + %args::remove index 1 for %path in %args: for file %filename in %path: -- cgit v1.2.3