From ccd2361fbe596e70fc7a1f11faa1f38d06ed67cc Mon Sep 17 00:00:00 2001
From: Alexander van Amesfoort <amesfoort@astron.nl>
Date: Tue, 28 Mar 2017 20:38:54 +0000
Subject: [PATCH] Task #9939: RA assigner: remove comment that soon will be
 wrong

---
 SAS/ResourceAssignment/ResourceAssigner/lib/assignment.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/ResourceAssignment/ResourceAssigner/lib/assignment.py b/SAS/ResourceAssignment/ResourceAssigner/lib/assignment.py
index 495bba1b317..1ff0fc38c14 100755
--- a/SAS/ResourceAssignment/ResourceAssigner/lib/assignment.py
+++ b/SAS/ResourceAssignment/ResourceAssigner/lib/assignment.py
@@ -523,7 +523,7 @@ class ResourceAssigner():
             logger.info('getClaimsForTask: considering %d claimable resource dict(s)', len(claimable_resources_list))
             logger.debug('getClaimsForTask: claimable_resources_list: %s', claimable_resources_list)
 
-            input_files  = needed_resources.get('input_files')  # not (yet) used for (bandwidth) claims, just properties
+            input_files  = needed_resources.get('input_files')
             output_files = needed_resources.get('output_files')
             if output_files is None:
                 logger.error('getClaimsForTask: cannot generate claims & properties for no output_files')
-- 
GitLab