Skip to content

Commit

Permalink
change the annotation to pygeoweaver, because this is only available …
Browse files Browse the repository at this point in the history
…in pygeoweaver
  • Loading branch information
ZihengSun committed Jun 30, 2024
1 parent 62008da commit 862f9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygeoweaver/runtime_tags/pgw_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}


def geoweaver_process(func):
def pygeoweaver_process(func):

@wraps(func)
def wrapper(*args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion pygeoweaver/runtime_tags/pgw_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger(__name__)


def geoweaver_workflow(func):
def pygeoweaver_workflow(func):
@wraps(func)
def wrapper(*args, **kwargs):
workflow_name = func.__name__
Expand Down

0 comments on commit 862f9fb

Please sign in to comment.