We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1249b5 commit 9f52c50Copy full SHA for 9f52c50
zarr/tests/test_storage.py
@@ -956,10 +956,10 @@ def test_permissions(self):
956
store.close()
957
z = ZipFile('data/store.zip', 'r')
958
info = z.getinfo('foo')
959
- perm = oct( info.external_attr >> 16 )
+ perm = oct(info.external_attr >> 16)
960
assert perm == '0o644'
961
info = z.getinfo('baz/')
962
963
assert perm == '0o40775'
964
z.close()
965
0 commit comments