[nasm:nasm-2.15.xx-travis] typo

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 06:03:03 PDT 2020


Commit-ID:  2497023033820c830892123d83e095f5a7eb5b97
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=2497023033820c830892123d83e095f5a7eb5b97
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Tue, 25 Aug 2020 15:59:59 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Tue, 25 Aug 2020 15:59:59 +0300

typo

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 travis/nasm-t.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/nasm-t.py b/travis/nasm-t.py
index 880b7e2c..81535dad 100755
--- a/travis/nasm-t.py
+++ b/travis/nasm-t.py
@@ -510,7 +510,7 @@ if args.cmd == 'new':
             if args.stdout:
                 if args.stdout == 'y':
                     args.stdout = args.id + '.stdout'
-                acc.append("\t\t\t\{{ \"stdout\": \"{}\" \}}".format(args.stdout)
+                acc.append("\t\t\t\{{ \"stdout\": \"{}\" \}}".format(args.stdout))
             if args.stderr:
                 if args.stderr == 'y':
                     args.stderr = args.id + '.stderr'


More information about the Nasm-commits mailing list