Fix broken code. We need to add a pycompile step for all scripts during the packaging step to catch this at build time.

This commit is contained in:
Jeffrey Townsend
2016-03-29 18:22:26 +00:00
parent d9ea7acf5d
commit 425c6a4e51

View File

@@ -19,7 +19,7 @@ class OnlPlatform_x86_64_accton_as7716_32x_r0(OnlPlatformAccton):
('pca9548', 0x77, 0),
# initiate leaf multiplexer (PCA9548)
('pca9548', 0x76 1),
('pca9548', 0x76, 1),
# initiate chassis fan
('as7716_32x_fan', 0x66, 9),
@@ -87,4 +87,4 @@ class OnlPlatform_x86_64_accton_as7716_32x_r0(OnlPlatformAccton):
('24c02', 0x56, 0),
])
return True),
return True