Skip to content

Commit 9dfa6d2

Browse files
committed
add comment on what to maybe fix
1 parent 27ac142 commit 9dfa6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/processing/sentinel_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def create_processing_request(
5252
print(collections)
5353
return ProcessingAPIRequest(
5454
f"{list(collections.values())[0]['data_collection'].service_url}/api/v1/process", request_raw_dict, user=self.user
55-
).fetch()
55+
).fetch() # fix this - should this always be SentinelhubDeployments.MAIN as it will then also work for cross-deployment data fusion?
5656

5757
def get_request_dictionary(
5858
self,

0 commit comments

Comments
 (0)