Skip to content

Commit

Permalink
fix: hardcode agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Dec 21, 2023
1 parent 712f71f commit 9c1edeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ def run_gui_control(self):
)
return

filename = os.path.basename(__file__).split(".")[0]
agent = f"QGis_{filename}"

agent = "QGis_ORStoolsDialog"
clnt = client.Client(provider, agent)
clnt_msg = ""

Expand Down

0 comments on commit 9c1edeb

Please sign in to comment.