diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 05:34:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 05:34:17 +0000 |
commit | 797e45b30bc6a7cbfc835cf9743f3edf3b90e030 (patch) | |
tree | cb5bd60455d6eb9944c81e1464e607c9e18e4ee8 /todo.py | |
parent | 9f6f7872ec592151cc9843e8797d25d779db77be (diff) | |
download | anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.gz anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.xz anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.zip |
i18n changes, small debugging changes
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ class ToDo: os.remove('/tmp/' + device) w.pop() - def addMount(self, device, location, fsystem, reformat = 0): + def addMount(self, device, location, fsystem, reformat = 1): if fsystem == "swap": location = "swap" reformat = 1 |