Skip to content

Commit 4b3c4d2

Browse files
authored
Merge pull request #8 from wwt/timothyhull/july-2021-updates
Initial July 2021 updates
2 parents 32eac77 + 660d123 commit 4b3c4d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/s3_upload.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: S3 File Upload
33
on:
44
push:
5+
workflow_dispatch:
56

67
jobs:
78
upload:

Diff for: lab/xml_python_conversion.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"metadata": {},
124124
"outputs": [],
125125
"source": [
126-
"print('** \"item\" Python Object Type **')\n",
126+
"print('** "items" XML tag Python Object Type **')\n",
127127
"print(type(py_data['root']['agenda']['items']))"
128128
]
129129
},
@@ -141,7 +141,7 @@
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
144-
"print('** \"item\" Python Object Type **')\n",
144+
"print('** "item" XML tag Python Object Type **')\n",
145145
"print(type(py_data['root']['agenda']['items']['item']))"
146146
]
147147
},

0 commit comments

Comments
 (0)