mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-30 03:45:36 +02:00
evaluation script small update
This commit is contained in:
parent
57a1fa20b5
commit
5103cd82eb
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ def main():
|
||||||
parser.add_argument('--insecure_coding', action='store_true', help='Enable insecure coding')
|
parser.add_argument('--insecure_coding', action='store_true', help='Enable insecure coding')
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
print(args)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
subprocess.run(['tmux', 'kill-server'], check=True)
|
subprocess.run(['tmux', 'kill-server'], check=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue