First
This commit is contained in:
parent
7bed1eaa82
commit
8d663f1ea7
@ -1,9 +0,0 @@
|
|||||||
NO
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
NO
|
|
@ -1,14 +0,0 @@
|
|||||||
NO
|
|
||||||
NO
|
|
||||||
YES
|
|
||||||
YES
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
YES
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
YES
|
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
|||||||
NO
|
|
||||||
YES
|
|
||||||
NO
|
|
||||||
NO
|
|
||||||
YES
|
|
||||||
YES
|
|
@ -1,4 +0,0 @@
|
|||||||
9 Szeregowy
|
|
||||||
4 Rico
|
|
||||||
8 Kowalski
|
|
||||||
7 Skipper
|
|
@ -20,7 +20,7 @@ def execute_task(dir):
|
|||||||
process.wait()
|
process.wait()
|
||||||
command = ['thraxrewrite-tester', f'--far={Path(dir, "grammar.far")}', f'--rules=FinalRule']
|
command = ['thraxrewrite-tester', f'--far={Path(dir, "grammar.far")}', f'--rules=FinalRule']
|
||||||
else:
|
else:
|
||||||
command = ['python3', Path(dir, 'run.py')]
|
command = ['python', Path(dir, 'run.py')]
|
||||||
if len(arg) != 0:
|
if len(arg) != 0:
|
||||||
command.append(arg[0])
|
command.append(arg[0])
|
||||||
process = subprocess.Popen(command,
|
process = subprocess.Popen(command,
|
||||||
|
Loading…
Reference in New Issue
Block a user