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

Commit 1975770

Browse files
committed
check on all dataset going to tape
1 parent f385627 commit 1975770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unified/checkor.py

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

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

0 commit comments

Comments
 (0)