Skip to content

Commit d14566c

Browse files
authored
Merge pull request #218 from spatial-data-lab/main
Fix problem with TIGER maps >=53 introduced with commit 7724e58
2 parents 2028af7 + 9cdffa5 commit d14566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knime_extension/src/nodes/opendata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def execute(self, exec_context: knext.ExecutionContext):
187187
"OKLAHOMA",
188188
"OREGON",
189189
"PENNSYLVANIA",
190-
"PUERTO_RICO",
191190
"RHODE_ISLAND",
192191
"SOUTH_CAROLINA",
193192
"SOUTH_DAKOTA",
@@ -200,6 +199,7 @@ def execute(self, exec_context: knext.ExecutionContext):
200199
"WEST_VIRGINIA",
201200
"WISCONSIN",
202201
"WYOMING",
202+
"PUERTO_RICO",
203203
],
204204
}
205205
)

0 commit comments

Comments
 (0)