diff options
author | bfox <bfox> | 2003-09-26 20:44:44 +0000 |
---|---|---|
committer | bfox <bfox> | 2003-09-26 20:44:44 +0000 |
commit | e3f0296c9b70ccde7ddd517290c0209f427ec761 (patch) | |
tree | 228a2b89304138ea5eca3652c375765440b0e3f2 /upgrade.py | |
parent | 76a6a5067b3cab4c917d39c932611c0c5fd0241c (diff) | |
download | anaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.tar.gz anaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.tar.xz anaconda-e3f0296c9b70ccde7ddd517290c0209f427ec761.zip |
fix indention
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py index 7bca90e11..1a0476e06 100644 --- a/upgrade.py +++ b/upgrade.py @@ -159,7 +159,7 @@ def upgradeSwapSuggestion(dispatch, id, instPath): dispatch.skipStep("addswap", 0) # don't do this if we have more then 250 MB - if mem > 250: + if mem > 250: dispatch.skipStep("addswap", 1) return |