mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
fix setactiveslot
This commit is contained in:
parent
31892ae1b2
commit
f12038769b
1 changed files with 2 additions and 2 deletions
|
@ -1311,8 +1311,8 @@ class firehose(metaclass=LogBase):
|
|||
partslots["_a"] = True
|
||||
partslots["_b"] = False
|
||||
elif slot == "b":
|
||||
partslots["_a"] = True
|
||||
partslots["_b"] = False
|
||||
partslots["_a"] = False
|
||||
partslots["_b"] = True
|
||||
fpartitions = {}
|
||||
for lun in self.luns:
|
||||
lunname = "Lun" + str(lun)
|
||||
|
|
Loading…
Reference in a new issue