Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 354 Bytes

PYBLISH_ALLOW_DUPLICATE_PLUGINS.md

File metadata and controls

24 lines (16 loc) · 354 Bytes

PYBLISH_ALLOW_DUPLICATE_PLUGINS

Allow duplicate plugin names to load.




Usage

Normal behaviour will discard any plugin with the same name, as a previously loaded plugin.




Example

import os
os.environ["PYBLISH_ALLOW_DUPLICATE_PLUGINS"] = "True"
{{ file.mtime }}