diff options
-rw-r--r-- | gemato/find_top_level.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gemato/find_top_level.py b/gemato/find_top_level.py index 23a90d4..4cc4664 100644 --- a/gemato/find_top_level.py +++ b/gemato/find_top_level.py @@ -44,7 +44,6 @@ def find_top_level_manifest(path='.', allow_compressed=False): elif original_dev != st.st_dev: break - m_path = os.path.join(cur_path, 'Manifest') for m_name in manifest_filenames: m_path = os.path.join(cur_path, m_name) try: |