Skip to content

Commit 84c741e

Browse files
committed
SConstruct: set AGNOS from /AGNOS
1 parent 3db36a1 commit 84c741e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import platform
66
import numpy as np
77

88
TICI = os.path.isfile('/TICI')
9-
AGNOS = TICI
9+
AGNOS = os.path.isfile('/AGNOS')
1010

1111
Decider('MD5-timestamp')
1212

0 commit comments

Comments
 (0)