From 14af86841c8b1b856f15df57fc036d5d5b456d37 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Thu, 25 Nov 2021 21:02:34 -0500
Subject: [PATCH] ubiquity: pep8

---
 helpers/make-ubiquity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index e3290f4e..d70897a5 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -34,7 +34,7 @@ sed 's/Canada/Bahamas/' -i ./tests/test_timezone.py
 patch -p1 < $DATA/a11y.patch
 
 # Do not try to start orca on ubiquity-dm
-sed 's/osextras.find_on_path.*orca.*/False: #disabled by trisquel changes/' -i bin/ubiquity-dm
+sed 's/osextras.find_on_path.*orca.*/False:  # Disabled by trisquel changes/' -i bin/ubiquity-dm
 
 # Disable non-main repository handling
 sed 's/main.*//' -i autopilot/ubiquity-autopilot-runner/custom-installation/iso-override/etc/apt/sources.list.d/all.list
-- 
GitLab