File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ GID=1000
134134* Launch local terminal
135135* ` export ` environment variables in shell
136136* Add entry in ` /etc/hosts ` for ` 127.0.0.1 fakeservices.datajoint.io `
137+ * Install [ minio client(mc)] ( https://min.io/download#/linux ) so that you can use it in terminal
138+
137139
138140
139141### Launch Jupyter Notebook for Interactive Use
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ def test_remove_object_exception():
137137 schema .external ['share' ].delete (delete_external_files = True )
138138 os .remove ("/tmp/policy.json" )
139139 os .system ('mc alias remove myminio/' )
140+
140141 # Raise the error we want if the error matches the expected uuid
141142 if str (error_list [0 ][0 ]) == str (uuid_from_buffer (pack (test [1 ]))):
142143 raise error_list [0 ][2 ]
You can’t perform that action at this time.
0 commit comments