Skip to content

Commit 74405c5

Browse files
committed
Fix whitespace
(well it _looked_ lined up in my editor)
1 parent d68aefe commit 74405c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osg_configure/configure_modules/infoservices.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ def configure(self, attributes):
177177
else:
178178
try:
179179
self.resource_catalog = subcluster.resource_catalog_from_config(
180-
self.subcluster_sections, default_allowed_vos=["*"])
180+
self.subcluster_sections,
181+
default_allowed_vos=["*"])
181182
except exceptions.SettingError as err:
182183
self.log("Error in info services configuration: %s" % err, level=logging.ERROR)
183184
return False

0 commit comments

Comments
 (0)