Commit e67ea1f6 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Fix property name.

parent 0ee3cebf
......@@ -87,7 +87,7 @@ class NativePlugin(QAPlugin):
log.debug('Package is not native')
result['severity'] = constants.PLUGIN_SEVERITY_INFO
result.native = is_native
result.is_native = is_native
plugin = NativePlugin
models = [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment