diff --git a/extract-files.py b/extract-files.py index 7233d90..04c7058 100755 --- a/extract-files.py +++ b/extract-files.py @@ -44,5 +44,7 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm7325-common', module.vendor) + utils = ExtractUtils.device_with_common( + module, 'sm7325-common', module.vendor + ) utils.run()