From 5b95b8fbb0cd83c0d702e63e9a75a91f0e36c63f Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Thu, 15 Feb 2024 10:27:58 +0000 Subject: [PATCH] datagetter.py: changed default branch of schema Changed the default branch of the schema in datagetter.py to 'main' from 'master' to reflect upcoming change in the schema repo --- datagetter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datagetter.py b/datagetter.py index ab43b78..9d8d131 100755 --- a/datagetter.py +++ b/datagetter.py @@ -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")