-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeError: cannot concatenate 'str' and 'list' objects #6
Comments
@dslackw : I wasn't able to recreate this error, but tried a fix. |
Done ... Solved ... |
$ vcspull -h positional arguments: optional arguments: |
Excellent. Next step is to create the I have an example at https://github.com/tony/.dot-config/blob/master/.vcspull.yaml |
Yeah ... Thanks Tony... |
Hi ,
I have this problem :
$ vcspull
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/init.py", line 851, in emit
msg = self.format(record)
File "/usr/lib64/python2.7/logging/init.py", line 724, in format
return fmt.format(record)
File "/usr/lib64/python2.7/site-packages/vcspull/log.py", line 76, in format
prefix = self.template(record) % record.dict
File "/usr/lib64/python2.7/site-packages/vcspull/log.py", line 115, in debug_log_template
reset + levelname + asctime + name + module_funcName + lineno + reset
TypeError: cannot concatenate 'str' and 'list' objects
Logged from file cli.py, line 115
Thanks.
The text was updated successfully, but these errors were encountered: