Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(909)

Unified Diff: dfvfs/vfs/tar_file_system.py

Issue 312700043: [dfvfs] Add support for zip files with missing directory entries. #194 (Closed)
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dfvfs/vfs/tar_file_system.py
diff --git a/dfvfs/vfs/tar_file_system.py b/dfvfs/vfs/tar_file_system.py
index 7bfd3649fd98f0cb536da6d0b5fff627379e549c..206f3c3bc88c63444247b2441bc878f949cb3847 100644
--- a/dfvfs/vfs/tar_file_system.py
+++ b/dfvfs/vfs/tar_file_system.py
@@ -103,7 +103,6 @@ class TARFileSystem(file_system.FileSystem):
pass
# Check if location could be a virtual directory.
-
for name in iter(self._tar_file.getnames()):
# The TAR info name does not have the leading path separator as
# the location string does.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b