Skip to content

Commit 0f65d34

Browse files
ICARUSservices.py: fix access to class variables
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 2465b0c commit 0f65d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icarusalg/gallery/helpers/python/ICARUSservices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def defaultConfiguration(self):
9292
`configPath` is included directly, and it is assumed that it already
9393
properly defines a `services` table.
9494
"""
95-
return DefaultConfigPath, DefaultServiceTable
95+
return self.DefaultConfigPath, self.DefaultServiceTable
9696
# defaultConfiguration()
9797

9898
def __init__(self):

0 commit comments

Comments
 (0)