We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2465b0c commit 0f65d34Copy full SHA for 0f65d34
icarusalg/gallery/helpers/python/ICARUSservices.py
@@ -92,7 +92,7 @@ def defaultConfiguration(self):
92
`configPath` is included directly, and it is assumed that it already
93
properly defines a `services` table.
94
"""
95
- return DefaultConfigPath, DefaultServiceTable
+ return self.DefaultConfigPath, self.DefaultServiceTable
96
# defaultConfiguration()
97
98
def __init__(self):
0 commit comments