From 32e4f351ce011980cadb6cda65c9b6863386e3d8 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 9 Oct 1999 22:56:09 +0000 Subject: create the file. --- milo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'milo.py') diff --git a/milo.py b/milo.py index 49c52aef2..ac13153b1 100644 --- a/milo.py +++ b/milo.py @@ -94,7 +94,7 @@ class MiloInstall: hasboot = 1 kernelroot = '/' try: - os.remove(todo.instPath + "/etc/milo.conf") + os.remove(todo.instPath + "/etc/milo.conf", "w") os.symlink("../boot/milo.conf", self.todo.instPath + "/etc/milo.conf") except: -- cgit