getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Thu, 29 Aug 2019 19:23:40 -0400 (EDT)

branch: devel-tetsuo-2to3
commit a39e51033e79cfbc01abaeca0f9b03736f628b12
Author: Tetsuo Koyama <address@hidden>
Date:   Fri Aug 30 08:22:16 2019 +0900

    2to3 - Automated Python 2 to 3 code translation
---
 bin/split_cmdref | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/split_cmdref b/bin/split_cmdref
index 3eaaa3b..b5ebcea 100755
--- a/bin/split_cmdref
+++ b/bin/split_cmdref
@@ -40,7 +40,7 @@ class ParseError(Exception):
 
 
 if (len(sys.argv) != 2):
-    raise SystemExit, 'Format : split_cmdref directory'
+    raise SystemExit('Format : split_cmdref directory')
 
 directory = sys.argv[1]
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]