Skip to content

Commit

Permalink
datagetter.py: changed default branch of schema
Browse files Browse the repository at this point in the history
Changed the default branch of the schema in datagetter.py to 'main' from
'master' to reflect upcoming change in the schema repo
  • Loading branch information
Matt Marshall committed Feb 15, 2024
1 parent 4cf03ed commit 5b95b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagetter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
parser.add_argument('--schema-branch', dest='schema_branch', action='store',
type=str,
help="Specify a git branch of the 360Giving schema",
default='master')
default='main')

parser.add_argument("--publishers", nargs="+", dest="publisher_prefixes", action="store",
type=str, help="Only download for selected publishers")
Expand Down

0 comments on commit 5b95b8f

Please sign in to comment.