Compare commits
2 Commits
bced251748
...
aed358095f
Author | SHA1 | Date |
---|---|---|
Mattéo Delabre | aed358095f | |
Mattéo Delabre | a521e194f1 |
|
@ -2,5 +2,5 @@ How to run:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker image build --quiet --tag runall-image .
|
docker image build --quiet --tag runall-image .
|
||||||
docker container run --tty --rm --read-only --memory=6m runall-image
|
docker container run --tty --rm --read-only --memory=128m runall-image
|
||||||
```
|
```
|
||||||
|
|
|
@ -70,7 +70,7 @@ def find_script(pairs, max_length):
|
||||||
print(f"Progress: {done_tasks}/{num_tasks}")
|
print(f"Progress: {done_tasks}/{num_tasks}")
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
print("> Found candidate:", script)
|
print(f"> Found candidate: '{script}'")
|
||||||
candidates.append(script)
|
candidates.append(script)
|
||||||
|
|
||||||
print("Candidates:", candidates)
|
print("Candidates:", candidates)
|
||||||
|
|
Loading…
Reference in New Issue