conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

[conan-center] Fragility on KB-H010: Can not detect new tools.get #448

Open uilianries opened 2 years ago

uilianries commented 2 years ago

Using single quote and only calling get() will not be detected by the hook:

    def source(self):
        get(self, **self.conan_data['sources'][self.version],
                  strip_root=True,
                  destination=self.source_folder)