Skip to content

Commit 4f8af59

Browse files
committed
Resolve conflict in merge
2 parents 934b15c + 93ae4b0 commit 4f8af59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up Python 3.10
16+
- name: Set up Python 3.9
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.9"

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,4 @@ EXHIBIT A -Mozilla Public License.
466466
[NOTE: The text of this Exhibit A may differ slightly from the text of
467467
the notices in the Source Code files of the Original Code. You should
468468
use the text of this Exhibit A rather than the text found in the
469-
Original Code Source Code for Your Modifications.]
469+
Original Code Source Code for Your Modifications.]

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DwcaHandler.create_dwca(core_csv=core_frame, ext_csv_list=ext_frame, eml_content
9999
```python
100100
from dwcahandler import DwcaHandler
101101

102-
DwcaHandler.merge_dwca(dwca_file='/tmp/dwca.zip', delta_dwca_file=/tmp/delta-dwca.zip,
102+
DwcaHandler.merge_dwca(dwca_file='/tmp/dwca.zip', delta_dwca_file='/tmp/delta-dwca.zip',
103103
output_dwca_path='/tmp/new-dwca.zip',
104104
keys_lookup={'occurrence':'occurrenceID'})
105105
```
@@ -147,4 +147,4 @@ dwca._generate_eml()
147147
dwca._generate_meta()
148148
dwca._write_dwca('/tmp/newdwca.zip')
149149

150-
```
150+
```

0 commit comments

Comments
 (0)