Skip to content

Commit d58c537

Browse files
author
espen.steen
committed
Clarified some comments
1 parent 58334e9 commit d58c537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def get_json_from_superoffice(self):
189189
else:
190190
self.data = data
191191

192-
# Main fetch function that puts CRMScripts based on JSON file retrieved from given SuperOffice tenant
192+
# Main fetch function
193193
# Returns true if CRMScripts were fetched and folders/files were created successfully
194-
# Will delete Scripts and Trigger Folders before rebuilding them from the JSON again
194+
# Will delete all files/folders before recreating them from the JSON again
195195
# A backup temp folder is created in case script fails during execution
196196
def fetch(self, tenant):
197197
self.script_url = f"{tenant.get('url')}/scripts/customer.fcgi?action=safeParse" \

0 commit comments

Comments
 (0)