forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello! Autosynth couldn't regenerate vision. 💔
Here's the output from running synth.py:
Cloning into 'working_repo'...
Traceback (most recent call last):
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 212, in <module>
main()
File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 172, in main
configure_git(args.github_user, args.github_email)
File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 57, in configure_git
with open(GLOBAL_GITIGNORE_FILE) as fh:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/theaflowers/.autosynth-gitignore'
Google internal developers can see the full log here.
Reactions are currently unavailable