mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] pep8
This commit is contained in:
parent
ac901528c3
commit
cd21edb267
1 changed files with 2 additions and 2 deletions
|
@ -665,8 +665,8 @@ def _name_selfCA():
|
|||
return cert.get_subject().CN
|
||||
|
||||
|
||||
def _tail(n, filePath):
|
||||
stdin, stdout = os.popen2("tail -n %s '%s'" % (n, filePath))
|
||||
def _tail(n, file_path):
|
||||
stdin, stdout = os.popen2("tail -n %s '%s'" % (n, file_path))
|
||||
stdin.close()
|
||||
lines = stdout.readlines()
|
||||
stdout.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue