mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch 'CURA-6856_signed_plugins_and_packages' of github.com:Ultimaker/Cura
This commit is contained in:
commit
3da53a3a89
7 changed files with 13 additions and 5 deletions
|
|
@ -78,6 +78,10 @@ class MockContainer(ContainerInterface, UM.PluginObject.PluginObject):
|
|||
def getAllKeys(self):
|
||||
pass
|
||||
|
||||
# Should return false (or even throw an exception) if trust (or other verification) is invalidated.
|
||||
def _trustHook(self, file_name: Optional[str]) -> bool:
|
||||
return True
|
||||
|
||||
def setProperty(self, key, property_name, property_value, container = None, set_from_cache = False):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue