Skip to content

Commit

Permalink
Merge 7ba6073 into 7b2dea7
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar committed Apr 13, 2022
2 parents 7b2dea7 + 7ba6073 commit b7169e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/dlg/dropmake/web/lg_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def gen_pg():
elif mparse.scheme == "https":
mport = 443
mprefix = mparse.path
if mprefix[-1] == "/":
if mprefix.endswith("/"):
mprefix = mprefix[:-1]
else:
mhost = request.query.get("dlg_mgr_host")
Expand Down

0 comments on commit b7169e7

Please sign in to comment.