Removed white space on newline to fix PEP8

pull/316/head
Matthew D. Scholefield 2016-07-30 13:27:54 -05:00 committed by GitHub
parent a201743ac5
commit 9e0fdd0b5a
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class Enclosure:
subprocess.check_call('./upload.sh')
finally:
os.chdir(old_path)
def __init_serial(self):
try:
self.config = ConfigurationManager.get().get("enclosure")