From 1d9c38e15c71fd5d5221ec026f19961fad7af6cc Mon Sep 17 00:00:00 2001
From: Alexander van Amesfoort <amesfoort@astron.nl>
Date: Tue, 21 Feb 2017 23:59:17 +0000
Subject: [PATCH] Task #9939: RADB: more precise sql pattern in example comment
 for RPC getResourceAllocationConfig() as a small amendment to r36653

---
 SAS/ResourceAssignment/ResourceAssignmentDatabase/radb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/ResourceAssignment/ResourceAssignmentDatabase/radb.py b/SAS/ResourceAssignment/ResourceAssignmentDatabase/radb.py
index 046ea95a01b..9a9dea878a2 100644
--- a/SAS/ResourceAssignment/ResourceAssignmentDatabase/radb.py
+++ b/SAS/ResourceAssignment/ResourceAssignmentDatabase/radb.py
@@ -1617,7 +1617,7 @@ class RADatabase:
 
 
     def getResourceAllocationConfig(self, sql_like_name_pattern=None):
-        ''' The argument sql_like_name_pattern is e.g. 'max_fill_ratio%'
+        ''' The argument sql_like_name_pattern can be e.g. 'max_fill_ratio_%'
         '''
         query = "SELECT name, value FROM resource_allocation.config"
         if sql_like_name_pattern is not None:
-- 
GitLab