Included lines for setting up author and commiter in pygit2 commit function
This commit is contained in:
@ -9,6 +9,10 @@ import src.g5505_file_reader as g5505f_reader
|
||||
from datetime import datetime
|
||||
import pandas as pd
|
||||
|
||||
import pygit2 as pygit
|
||||
|
||||
author = pygit.Signature('Florez Ospina Juan Felipe', 'juan.florez-ospina@psi.ch')
|
||||
committer = pygit.Signature('Florez Ospina Juan Felipe', 'juan.florez-ospina@psi.ch')
|
||||
|
||||
group_id = 'smog_chamber'
|
||||
|
||||
|
Reference in New Issue
Block a user