diff --git a/extract-files.py b/extract-files.py index 1467ba3..c03397e 100755 --- a/extract-files.py +++ b/extract-files.py @@ -49,5 +49,7 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm6375-common', module.vendor) + utils = ExtractUtils.device_with_common( + module, 'sm6375-common', module.vendor + ) utils.run()