From: Thierry Parmentelat Date: Fri, 20 May 2011 11:40:54 +0000 (+0200) Subject: fixed indentation X-Git-Tag: sfa-1.0-22~40 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5bf481705fc397ae0359fc1fe95b1d9974594896;p=sfa.git fixed indentation note that the code after return is unreachable --- diff --git a/sfa/managers/aggregate_manager_max.py b/sfa/managers/aggregate_manager_max.py index 90c94a60..64ddda9f 100644 --- a/sfa/managers/aggregate_manager_max.py +++ b/sfa/managers/aggregate_manager_max.py @@ -409,7 +409,8 @@ def rspec_to_allocations(rspec): # Bad RSpec pass return ifs - (ret, output) = call_am_apiclient("GetResourceTopology", ['all', slice_id,], 5) + # xxx - fixme + (ret, output) = call_am_apiclient("GetResourceTopology", ['all', slice_id,], 5) # parse output into rspec XML if output.find("No resouce found") > 0: rspec = " No resource found "