From c62d876312a36b9839505be39c00d005e6f07436 Mon Sep 17 00:00:00 2001 From: Gianluca Petrillo Date: Thu, 16 Jan 2025 12:37:27 -0600 Subject: [PATCH] ICARUSservices.py: fixed defaultConfiguration() function --- icarusalg/gallery/helpers/python/ICARUSservices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icarusalg/gallery/helpers/python/ICARUSservices.py b/icarusalg/gallery/helpers/python/ICARUSservices.py index 1eecf9c..352bb99 100755 --- a/icarusalg/gallery/helpers/python/ICARUSservices.py +++ b/icarusalg/gallery/helpers/python/ICARUSservices.py @@ -65,7 +65,7 @@ def defaultConfiguration(self): `configPath` is included directly, and it is assumed that it already properly defines a `services` table. """ - return DefaultConfigPath, DefaultServiceTable + return ICARUSserviceManagerClass.DefaultConfigPath, ICARUSserviceManagerClass.DefaultServiceTable # defaultConfiguration() def __init__(self):