Skip to content

Commit 7c9d017

Browse files
committed
Format
1 parent 0658ad2 commit 7c9d017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

newrelic/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,9 +1197,10 @@ def _module_function_glob(module, object_path):
11971197
# Globbing must be done using fnmatch.fnmatchcase as
11981198
# fnmatch.filter and fnmatch.fnmatch use os.path.normcase
11991199
# which cause case insensitivity issues on Windows.
1200-
1200+
12011201
return [func for func in available_functions if fnmatch.fnmatchcase(func, object_path)]
12021202

1203+
12031204
# Setup wsgi application wrapper defined in configuration file.
12041205

12051206

0 commit comments

Comments
 (0)