diff --git a/PyBugReporter/src/BugReporter.py b/PyBugReporter/src/BugReporter.py index 231dbe1..290c906 100644 --- a/PyBugReporter/src/BugReporter.py +++ b/PyBugReporter/src/BugReporter.py @@ -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") diff --git a/lorax.jpg b/lorax.jpg new file mode 100644 index 0000000..4bac1c7 Binary files /dev/null and b/lorax.jpg differ