summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--silo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/silo.py b/silo.py
index be0e5515e..016c57f34 100644
--- a/silo.py
+++ b/silo.py
@@ -119,7 +119,7 @@ class SiloInstall:
args.append("-t")
i = len (bootpart) - 1
- while i > 0 and bootpart[i] in digits:
+ while i > 0 and bootpart[i] in string.digits:
i = i - 1
silo.addEntry("partition", bootpart[i+1:])
silo.addEntry("timeout", "50")