X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Fslice_manager_pl.py;h=7f0a754699ee6f9aa196f0264ee48ec942dcca2f;hb=9c7d80f0fd0d4220925e9eb27570119fc8b2e6f3;hp=89910970c4725590c8428d8ebc2b2c8a01808e4a;hpb=9f7ec7438cee94d3049307b2c0edefb119a0b465;p=sfa.git diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py index 89910970..7f0a7546 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -394,7 +394,7 @@ def SliverStatus(api, slice_xrn, creds, call_id): results = threads.get_results() # get rid of any void result - e.g. when call_id was hit where by convention we return {} - results = [ result in results if result and result['geni_resources']] + results = [ result for result in results if result and result['geni_resources']] # do not try to combine if there's no result if not results : return {}