Skip to content

Commit

Permalink
Merge pull request #1 from Daniel3dartist/develop
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
Daniel3dartist authored Feb 15, 2024
2 parents 3dd2b07 + 94b0985 commit deb9670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified .coverage
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ print(rg)
# 'state':'MG'
# },
# 'org': {
# 'name': 'PC',
# 'org_name': 'Secretaria de Segurança Pública',
# 'org_acronym': 'SSP',
# 'state': 'MG',
# },
# 'affiliation': {
Expand Down
3 changes: 2 additions & 1 deletion pyFBIG/rg_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def gen(self):
'state':_state['acronym']
},
'org': {
'name': 'PC',
'org_name': 'Secretaria de Segurança Pública',
'org_acronym': 'SSP',
'state': _state['acronym'],
},
'affiliation': parents,
Expand Down

0 comments on commit deb9670

Please sign in to comment.