Un-hard-code harvest user accountholder name
This commit is contained in:
parent
c43534df7d
commit
ec2e79b59f
2 changed files with 8 additions and 2 deletions
|
@ -53,3 +53,9 @@ def harvest_get_projects_clients_map():
|
|||
return json.loads(harvest['projects_clients'])
|
||||
else:
|
||||
sys.exit("No project clients available; run fetch_clients_projects.py")
|
||||
|
||||
def harvest_get_profile_firstname():
|
||||
return config['harvest']['profile_first_name']
|
||||
|
||||
def harvest_get_profile_lastname():
|
||||
return config['harvest']['profile_last_name']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue