Skip to content

Commit

Permalink
Merge pull request #53 from athbaltzis/master
Browse files Browse the repository at this point in the history
Correct warning text from xml to json
  • Loading branch information
cnotred committed May 23, 2023
2 parents 4bad65a + f359043 commit 6df1a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/lib/scripts/extract_from_pdb
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ sub get_unrealeased_file
}
else
{
add_warning($$,$$,"UNREALEASED_FILE must be set to the location of your unrealeased.xml file as downloaded from https://ftp.rcsb.org/pub/pdb/holdings/unreleased_entries.json.gz when using NO_REMOTE_PDB_DIR=1");
add_warning($$,$$,"UNREALEASED_FILE must be set to the location of your unreleased_entries.json.gz file as downloaded from https://ftp.rcsb.org/pub/pdb/holdings/unreleased_entries.json.gz when using NO_REMOTE_PDB_DIR=1");
return "";
}
}
Expand Down

0 comments on commit 6df1a97

Please sign in to comment.