Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 FileNotFoundError without GIT installed #72

Closed
wcumby opened this issue Nov 29, 2019 · 1 comment
Closed

Windows 10 FileNotFoundError without GIT installed #72

wcumby opened this issue Nov 29, 2019 · 1 comment

Comments

@wcumby
Copy link

wcumby commented Nov 29, 2019

The FileNotFoundError is being generate, possibly because GIT is not installed.

filter_func = filterGitIgnoredPaths if isGitRepo(search_path) else _noFilter
File "C:\Users\cumby_w\AppData\Roaming\Python\Python37\site-packages\hdl_checker-0.6.9-py3.7.egg\hdl_checker\parser_utils.py", line 283, in isGitRepo
return p.exists(subp.check_output(cmd, stderr=subp.STDOUT).decode().strip())
File "C:\Program Files\Python37\lib\subprocess.py", line 395, in check_output
**kwargs).stdout
File "C:\Program Files\Python37\lib\subprocess.py", line 472, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Program Files\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Program Files\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

@suoto suoto closed this as completed in 6fe4cc4 Nov 29, 2019
@suoto
Copy link
Owner

suoto commented Nov 29, 2019

Sorry, didn't think of this case. Fixed just now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants