Switch to ansicolor for coloring & fix pep8 errors
[snf-image-creator] / image_creator / disk.py
index e0ed6a1..71c7f17 100644 (file)
@@ -336,7 +336,6 @@ class DiskDevice(object):
                 dest.close()
         finally:
             source.close()
-        
         output("\rDumping image file...\033[K", False)
         success('image file %s was successfully created' % outfile)