mirror of
https://github.com/ksherlock/hystricomorph.git
synced 2025-07-30 07:24:20 +00:00
typo
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import getopt
|
import getopt
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
@@ -204,7 +206,7 @@ def read_cpp(infile):
|
|||||||
|
|
||||||
x = subprocess.run(args, stdout=subprocess.PIPE, encoding='ascii')
|
x = subprocess.run(args, stdout=subprocess.PIPE, encoding='ascii')
|
||||||
if x.returncode:
|
if x.returncode:
|
||||||
sys.exit(s.returncode)
|
sys.exit(x.returncode)
|
||||||
|
|
||||||
lines = x.stdout.split("\n")
|
lines = x.stdout.split("\n")
|
||||||
return read_data(lines, "<cpp-stdin>")
|
return read_data(lines, "<cpp-stdin>")
|
||||||
|
Reference in New Issue
Block a user