Generate process_list with comments by default

This commit is contained in:
flyingscorpio@arch-desktop 2020-07-13 10:58:52 +02:00
parent bb0da1ab78
commit bce4de58f0

View file

@ -57,7 +57,7 @@ class Installer:
ui.info("Generating 'process_list.txt'")
with open("process_list.txt", "w") as process_file:
process_file.write("\n".join(self.conf.keys()) + "\n")
process_file.write("# " + "\n# ".join(self.conf.keys()) + "\n")
def pretty_path(self, path: Path) -> str:
"""Put the ~/ back in the path."""