Skip to content

Commit f3c81cb

Browse files
committed
reverting clowder version to 1 as default
1 parent 29d3e22 commit f3c81cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import pyclowder.api.v2.files as v2files
1818
import pyclowder.api.v1.files as v1files
1919

20-
clowder_version = int(os.getenv('CLOWDER_VERSION', '2'))
20+
clowder_version = int(os.getenv('CLOWDER_VERSION', '1'))
2121

2222
# Some sources of urllib3 support warning suppression, but not all
2323
try:

0 commit comments

Comments
 (0)