Stupid encoding issue in migration 0023

This commit is contained in:
Alexandre Aubin 2021-06-07 22:06:54 +02:00
parent e22c683c34
commit f6857625de

View file

@ -78,5 +78,5 @@ class MyMigration(Migration):
)
)
out = out.strip().split("\n")
out = out.strip().split(b"\n")
return (returncode, out, err)