[molecule] update code style

This commit is contained in:
Fabio Erculiani
2009-10-23 11:39:29 +02:00
parent b9c96a25fa
commit c9f32a96c5
+3 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/python -O
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-
# Molecule Disc Image builder for Sabayon Linux
# Copyright (C) 2009 Fabio Erculiani
#
@@ -33,5 +33,6 @@ for el in molecule_data_order:
my = Runner(el, molecule_data.get(el))
rc = my.run()
my.kill()
if rc != 0: raise SystemExit(rc)
if rc != 0:
raise SystemExit(rc)
raise SystemExit(0)