syntax revamp
This commit is contained in:
@@ -471,7 +471,7 @@ class PluginRegistry:
|
||||
if not info.is_multi_instance:
|
||||
continue
|
||||
if not info.supported_cmdlets.intersection(
|
||||
{"add-file", "get-file", "tag"}
|
||||
{"add-file", "download-file", "tag"}
|
||||
):
|
||||
continue
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user