Skip to content

Commit 941a2ec

Browse files
committed
Update readme.
1 parent 8b54ad1 commit 941a2ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tests/test_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)