[Apec] pyflakes
This commit is contained in:
parent
fe94887947
commit
b65a7a23a4
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class ApecBackend(BaseBackend, ICapJob):
|
|||
|
||||
def decode_choice(self, choice):
|
||||
splitted_choice = choice.split('|')
|
||||
if len(splitted_choice) == 2:
|
||||
if len(splitted_choice) == 2:
|
||||
return splitted_choice[1]
|
||||
else:
|
||||
return ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue