summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 5d0889d43..873620caa 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -159,7 +159,7 @@ def swapfileExists(swapname):
except:
return 0
-def createSwapFile(instPath, theFstab, mntPoint, size, progressWindow):
+def createSwapFile(instPath, theFstab, mntPoint, size):
fstabPath = instPath + "/etc/fstab"
prefix = ""
if theFstab.rootOnLoop():