This commit is contained in:
Petr Kalis 2020-08-27 19:22:15 +02:00
parent a00b11d31f
commit 06359c6dc3
3 changed files with 5 additions and 6 deletions

View file

@ -164,8 +164,7 @@ class PhotoshopServerStub():
:return: <string> full path with name
"""
res = self.websocketserver.call(
self.client.call
('Photoshop.get_active_document_full_name'))
self.client.call('Photoshop.get_active_document_full_name'))
return res