Update plugin.py

Fix lint
This commit is contained in:
e11it
2020-03-02 09:18:02 +03:00
committed by GitHub
parent a8c0adaa4d
commit fe67ff2146

View File

@ -297,7 +297,7 @@ class VaultDestinationPlugin(DestinationPlugin):
path = "{0}/{1}".format(path, obj_name)
else:
path = "{0}/{1}".format(path, cname)
if suffix:
path = "{0}/{1}".format(path, suffix)