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 bb8d29f commit 226d857Copy full SHA for 226d857
CHANGELOG.md
@@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
### Added
10
11
+- Typing information
12
- Added ext attribute to info
13
14
+### Fixed
15
+
16
+- Fixed issue with implied directories in TarFS
17
18
## [2.0.20] - 2018-03-13
19
20
### Fixed
tests/test_info.py
@@ -134,6 +134,6 @@ def test_copy(self):
134
self.assertEqual(info.raw, info_copy.raw)
135
136
def test_get(self):
137
- info = Info({'baz':{}})
+ info = Info({'baz': {}})
138
self.assertIsNone(info.get('foo', 'bar'))
139
self.assertIsNone(info.get('baz', 'bar'))
0 commit comments