mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
spelling: package
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ def record_calls(code, globals):
|
||||
|
||||
def setup_logging(debug):
|
||||
# code we run can also set up logging, so we need to set the level directly on our
|
||||
# own pacakge
|
||||
# own package
|
||||
sh = logging.StreamHandler(stream=sys.stderr)
|
||||
|
||||
pkg_logger = logging.getLogger("cg_trace")
|
||||
|
||||
Reference in New Issue
Block a user