Skip to content

Commit 776a8b8

Browse files
akhil_sslgobinath
authored andcommitted
Fix 'initialize_logging' function spelling
1 parent c4675b7 commit 776a8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

safeeyes/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def main():
111111
args = parser.parse_args()
112112

113113
# Initialize the logging
114-
utility.intialize_logging(args.debug)
114+
utility.initialize_logging(args.debug)
115115
utility.initialize_platform()
116116
config = Config()
117117

safeeyes/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def replace_style_sheet():
515515
os.chmod(STYLE_SHEET_PATH, 0o777)
516516

517517

518-
def intialize_logging(debug):
518+
def initialize_logging(debug):
519519
"""
520520
Initialize the logging framework using the Safe Eyes specific configurations.
521521
"""

0 commit comments

Comments
 (0)