
Fix subs() bug in plugins.py

`subs()` method print an error if returned dictionary is empty. This commit fix it by adding a condition to ensure dictionary is not empty else return None.
Please register or sign in to comment