forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
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 178, in <module>
main()
File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 142, in main
configure_git(args.github_user, args.github_email)
File "/Users/theaflowers/workspace/autosynth/autosynth/synth.py", line 48, in configure_git
subprocess.check_call(["git", "config", "user.name", user])
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 323, in check_call
retcode = call(*popenargs, **kwargs)
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 304, in call
with Popen(*popenargs, **kwargs) as p:
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 756, in __init__
restore_signals, start_new_session)
File "/Users/theaflowers/.pyenv/versions/3.7.0/lib/python3.7/subprocess.py", line 1430, in _execute_child
restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Google internal developers can see the full log here.
Reactions are currently unavailable