SConstruct: set AGNOS from /AGNOS

This commit is contained in:
Willem Melching
2022-06-13 09:37:12 +02:00
parent 3db36a1958
commit 84c741ecf6

View File

@@ -6,7 +6,7 @@ import platform
import numpy as np
TICI = os.path.isfile('/TICI')
AGNOS = TICI
AGNOS = os.path.isfile('/AGNOS')
Decider('MD5-timestamp')