Confirmed users
4,467
edits
Line 38: | Line 38: | ||
[autoland:1,2,3] | [autoland:1,2,3] | ||
and they will be applied in that order because the logic of import uses | and they will be applied in that order because the logic of import uses | ||
<code>for patch in patches where patches is 1,2,3.split(',')</code> | <code>for patch in patches where patches is 1,2,3.split(',')</code> | ||