Without that fix we can have the following error:
$ python find_lineageos_devices.py
File "find_lineageos_devices.py", line 228
SyntaxError: Non-ASCII character '\xc3' in file
find_lineageos_devices.py on line 228, but no encoding
declared; see http://python.org/dev/peps/pep-0263/ for
details
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
data/lineageos_wiki/find_lineageos_devices.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/lineageos_wiki/find_lineageos_devices.py
b/data/lineageos_wiki/find_lineageos_devices.py
index e1ce72a..67e09f9 100755
--- a/data/lineageos_wiki/find_lineageos_devices.py
+++ b/data/lineageos_wiki/find_lineageos_devices.py
@@ -1,4 +1,5 @@
#!/bin/env python
+# -*- coding: utf-8 -*-
# Program to find devices to support in LineageOS
# Copyright (C) 2019 Denis 'GNUtoo' Carikli <[email protected]>
#
--
2.26.2
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant