Skip to content

Commit

Permalink
Fix a bug 'local variable 'sql_template' referenced before assignment'
Browse files Browse the repository at this point in the history
  • Loading branch information
rockychen-dpaw authored and Chen committed Aug 29, 2022
1 parent 19ee818 commit 5f72984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions slave_sync_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ def send_feature_sync_status(cls,task,remove=False):
END IF;
END$$;
"""
else:
return


preview_file = task["status"].get_task_status("get_layer_preview").get_message("preview_file") or None
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.38
6.39

0 comments on commit 5f72984

Please sign in to comment.