summaryrefslogtreecommitdiffstats
path: root/plugins/grub/grub.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/grub/grub.py')
-rw-r--r--plugins/grub/grub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/grub/grub.py b/plugins/grub/grub.py
index 3a4f247..8cc6eec 100644
--- a/plugins/grub/grub.py
+++ b/plugins/grub/grub.py
@@ -52,7 +52,7 @@ class Grub(Plugin):
origin = Grub)
try:
fd = os.open(devpath, os.O_WRONLY)
- first446btemp = os.write(fd, 446)
+ os.write(fd, first446bytes)
os.close(fd)
except IOError, ie:
report.debug("There was an error writing to %s, It is very " \