mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] pep8
This commit is contained in:
parent
a239546704
commit
7207a3218d
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class MoulinetteLock(object):
|
|||
lock_pids = f.read().strip().split('\n')
|
||||
|
||||
# Make sure to convert those pids to integers
|
||||
lock_pids = [ int(pid) for pid in lock_pids ]
|
||||
lock_pids = [int(pid) for pid in lock_pids]
|
||||
|
||||
return lock_pids
|
||||
|
||||
|
|
Loading…
Reference in a new issue