Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit be67652

Browse files
authored
Update checkor.py
comment out the redundant loop
1 parent 3596b54 commit be67652

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Unified/checkor.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,10 +1218,10 @@ def upward( ns ):
12181218
## pick one at random
12191219
custodial = SI.pick_SE(size=size_worth_checking)
12201220

1221-
if custodial and size_worth_checking > tape_size_limit:
1222-
wfi.sendLog('checkor',"The total output size (%s TB) is too large for the limit set (%s TB)"%( size_worth_checking, tape_size_limit))
1223-
assistance_tags.add('bigoutput')
1224-
custodial = None
1221+
# if custodial and size_worth_checking > tape_size_limit:
1222+
# wfi.sendLog('checkor',"The total output size (%s TB) is too large for the limit set (%s TB)"%( size_worth_checking, tape_size_limit))
1223+
# assistance_tags.add('bigoutput')
1224+
# custodial = None
12251225

12261226
if custodial:
12271227
for output in out_worth_checking:

0 commit comments

Comments
 (0)