Skip to content

Commit 7a02071

Browse files
committed
fix site=all bug in cloud mode
1 parent 8ba3be7 commit 7a02071

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-76.7 KB
Binary file not shown.

dist/neonutilities-1.0.2.tar.gz

-58.5 KB
Binary file not shown.

src/neonutilities/tabular_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def query_files(
6969
package = "basic"
7070

7171
# if sites are not specified, get list of sites with data
72-
if site == "all":
72+
if site == ["all"]:
7373
siteset = []
7474
for i in range(0, len(adict)):
7575
siteset.append(adict[i].get("siteCode"))

0 commit comments

Comments
 (0)