Skip to content

Commit

Permalink
[DATALAD RUNCMD] Update also target records to have email in them
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "sed -i -e 's/^\\( *\\)\\(\"name\": \"Tests, Dandi-Cli\",\\)/\\1\\2\\n\\1\"email\": \"[email protected]\",/g' dandi/cli/tests/data/update_dandiset_from_doi/biorxiv.json dandi/cli/tests/data/update_dandiset_from_doi/elife.json dandi/cli/tests/data/update_dandiset_from_doi/jneurosci.json dandi/cli/tests/data/update_dandiset_from_doi/nature.json dandi/cli/tests/data/update_dandiset_from_doi/neuron.json",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed May 3, 2024
1 parent f0def0f commit bacef78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dandi/cli/tests/data/update_dandiset_from_doi/biorxiv.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contributor": [
{
"name": "Tests, Dandi-Cli",
"email": "[email protected]",
"roleName": [
"dcite:Author",
"dcite:ContactPerson"
Expand Down
1 change: 1 addition & 0 deletions dandi/cli/tests/data/update_dandiset_from_doi/elife.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contributor": [
{
"name": "Tests, Dandi-Cli",
"email": "[email protected]",
"roleName": [
"dcite:Author",
"dcite:ContactPerson"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contributor": [
{
"name": "Tests, Dandi-Cli",
"email": "[email protected]",
"roleName": [
"dcite:Author",
"dcite:ContactPerson"
Expand Down
1 change: 1 addition & 0 deletions dandi/cli/tests/data/update_dandiset_from_doi/nature.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contributor": [
{
"name": "Tests, Dandi-Cli",
"email": "[email protected]",
"roleName": [
"dcite:Author",
"dcite:ContactPerson"
Expand Down
1 change: 1 addition & 0 deletions dandi/cli/tests/data/update_dandiset_from_doi/neuron.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contributor": [
{
"name": "Tests, Dandi-Cli",
"email": "[email protected]",
"roleName": [
"dcite:Author",
"dcite:ContactPerson"
Expand Down

0 comments on commit bacef78

Please sign in to comment.