Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PyBugReporter/src/BugReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ async def manualBugReportAsync(cls, repoName: str, errorTitle: str, errorMessage
if repoName not in cls.handlers:
raise NotCreatedError(f"{repoName} has not been associated with a reporter")
handler = cls.handlers[repoName]
if handler.test == True:
if handler.test is True:
print('This is a test run and no bug report will be sent.')
return
client = GraphqlClient(endpoint="https://api.github.com/graphql")
Expand Down
Binary file added lorax.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.