b7ed5db297fe2eb5dd2acde96f22fbbbf57b4c2f,PyInstaller/lib/modulegraph/zipio.py,,islink,#Any#,275

Before Change



        rest += "/"
        try:
            info = zf.getinfo(rest)
        except KeyError:
            pass
        else:
            // Directory

After Change



        rest += "/"
        try:
            zf.getinfo(rest)
        except KeyError:
            pass
        else:
            // Directory
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: b7ed5db297fe2eb5dd2acde96f22fbbbf57b4c2f
Time: 2018-10-19
Author: ronaldoussoren@mac.com
File Name: PyInstaller/lib/modulegraph/zipio.py
Class Name:
Method Name: islink


Project Name: pyinstaller/pyinstaller
Commit Name: b7ed5db297fe2eb5dd2acde96f22fbbbf57b4c2f
Time: 2018-10-19
Author: ronaldoussoren@mac.com
File Name: PyInstaller/lib/modulegraph/zipio.py
Class Name:
Method Name: isdir


Project Name: pyinstaller/pyinstaller
Commit Name: b7ed5db297fe2eb5dd2acde96f22fbbbf57b4c2f
Time: 2018-10-19
Author: ronaldoussoren@mac.com
File Name: PyInstaller/lib/modulegraph/zipio.py
Class Name:
Method Name: isfile