This commit is contained in:
s473575 2023-10-31 23:28:00 +01:00
parent 7bed1eaa82
commit 8d663f1ea7
6 changed files with 1 additions and 50034 deletions

View File

@ -1,9 +0,0 @@
NO
YES
NO
NO
NO
NO
NO
NO
NO

View File

@ -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

View File

@ -1,6 +0,0 @@
NO
YES
NO
NO
YES
YES

View File

@ -1,4 +0,0 @@
9 Szeregowy
4 Rico
8 Kowalski
7 Skipper

View File

@ -20,7 +20,7 @@ def execute_task(dir):
process.wait()
command = ['thraxrewrite-tester', f'--far={Path(dir, "grammar.far")}', f'--rules=FinalRule']
else:
command = ['python3', Path(dir, 'run.py')]
command = ['python', Path(dir, 'run.py')]
if len(arg) != 0:
command.append(arg[0])
process = subprocess.Popen(command,