Skip to content

Error for insert header. #104

@niquenen

Description

@niquenen

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).

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 user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions