Skip to content

Commit

Permalink
make root a path (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 20, 2024
1 parent 2cb07f8 commit 7691f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packager/packager/gsa_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def handleEvent(self, event: KEYED) -> KEYED:
"body": body,
}

root = opts["uri"]
root = Constants.ToPath(opts["uri"])
report_uri = f"{root}/{REPORT_SUFFIX}"
print(f"handleEvent.root: {root}")
if not opts.get("debug"):
Expand Down

0 comments on commit 7691f9a

Please sign in to comment.