-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi,
When I have a directory ".git" in my project the plugin return a console error and can't insert header.
The problem come from the file FileHeader.py (l.220).
Line 220 in 528b718
| output, error = getOutputError('git config --get user.name') |
If the line is comment the plugin work correctly :
if not error:
#output, error = getOutputError('git config --get user.name')
if not error and output:
user = output
return userMetadata
Metadata
Assignees
Labels
No labels