Skip to content

Commit f76e7bc

Browse files
Fix typo in bug report (#702)
Minor typo in #700 rendered the bug report inoperable. Fixed here. "...unrelated changes are evil" - Daniel Hollas
1 parent 8e613f3 commit f76e7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiidalab_widgets_base/bug_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def create_github_issue_exception_handler(exception_type, exception, traceback):
193193
"labels": ",".join(labels),
194194
}
195195
issue_url = parse.urlunsplit(
196-
parse.urlsplit(url)._replace(query=parse.eurlencode(bug_report_query))
196+
parse.urlsplit(url)._replace(query=parse.urlencode(bug_report_query))
197197
)
198198

199199
with output:

0 commit comments

Comments
 (0)