Skip to content
Snippets Groups Projects
Commit ccd2361f authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #9939: RA assigner: remove comment that soon will be wrong

parent 3c4f138b
No related branches found
No related tags found
No related merge requests found
...@@ -523,7 +523,7 @@ class ResourceAssigner(): ...@@ -523,7 +523,7 @@ class ResourceAssigner():
logger.info('getClaimsForTask: considering %d claimable resource dict(s)', len(claimable_resources_list)) logger.info('getClaimsForTask: considering %d claimable resource dict(s)', len(claimable_resources_list))
logger.debug('getClaimsForTask: claimable_resources_list: %s', 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') output_files = needed_resources.get('output_files')
if output_files is None: if output_files is None:
logger.error('getClaimsForTask: cannot generate claims & properties for no output_files') logger.error('getClaimsForTask: cannot generate claims & properties for no output_files')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment