diff options
-rwxr-xr-x | anaconda | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -483,6 +483,9 @@ except: out.write("\nToDo object:\n") todo.intf = None todo.fstab = None + todo.comps = None + todo.hdList = None + p.dump(todo) out.close() |
![]() |
index : anaconda.git | |
Unnamed repository; edit this file to name it for gitweb. | Dennis Gilmore |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | anaconda | 3 |
@@ -483,6 +483,9 @@ except: out.write("\nToDo object:\n") todo.intf = None todo.fstab = None + todo.comps = None + todo.hdList = None + p.dump(todo) out.close() |