Skip to content

Commit 4f3a8ec

Browse files
Shekhar0109Copilot
andauthored
Update frappe_gmail_thread/frappe_gmail_thread/doctype/gmail_thread/gmail_thread.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fceb607 commit 4f3a8ec

File tree

1 file changed

+1
-1
lines changed
  • frappe_gmail_thread/frappe_gmail_thread/doctype/gmail_thread

1 file changed

+1
-1
lines changed

frappe_gmail_thread/frappe_gmail_thread/doctype/gmail_thread/gmail_thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def sync(user=None):
275275
break
276276
if skip_label:
277277
# Skip this missing label and continue with the next one
278-
continue # Continue outer loop for next label
278+
continue
279279
raise e
280280

281281
new_history_id = int(history.get("historyId", last_history_id))

0 commit comments

Comments
 (0)