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
134
134
* Launch local terminal
135
135
* ` export ` environment variables in shell
136
136
* 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
+
137
139
138
140
139
141
### 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():
137
137
schema .external ['share' ].delete (delete_external_files = True )
138
138
os .remove ("/tmp/policy.json" )
139
139
os .system ('mc alias remove myminio/' )
140
+
140
141
# Raise the error we want if the error matches the expected uuid
141
142
if str (error_list [0 ][0 ]) == str (uuid_from_buffer (pack (test [1 ]))):
142
143
raise error_list [0 ][2 ]
You can’t perform that action at this time.
0 commit comments