Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "frameworks"]
path = frameworks
url = https://gitlab.eumetsat.int/eumetlab/oceans/ocean-training/tools/frameworks.git
branch = main
url = https://github.com/wekeo/frameworks.git
2 changes: 1 addition & 1 deletion api_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def hda_widget():

def on_button_clicked2(b):
with output:
out_string = 'url: https://wekeo-broker.apps.mercator.dpi.wekeo.eu/databroker\nuser: {box1}\npassword: {box2}'
out_string = 'user:{box1}\npassword:{box2}'
out_string = out_string.format(box1 = box1.value, box2 = box2.value)
out_file = os.path.join(os.path.expanduser("~"), ".hdarc")

Expand Down