mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] nftable migrations for python3 compatibility
This commit is contained in:
parent
52e307040e
commit
0f10b91fa1
1 changed files with 1 additions and 1 deletions
|
@ -122,5 +122,5 @@ class MyMigration(Migration):
|
|||
)
|
||||
)
|
||||
|
||||
out = out.strip().split("\n")
|
||||
out = out.strip().split(b"\n")
|
||||
return (returncode, out, err)
|
||||
|
|
Loading…
Add table
Reference in a new issue