Skip to content

Commit c2cbdb1

Browse files
authored
Fix_JSONDecodeError (#671)
1 parent 6a79054 commit c2cbdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviz_config/_dockerize/_create_docker_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ._pip_git_url import pip_git_url
1212

1313

14-
PYPI_URL_ROOT = "https://pypi.org/"
14+
PYPI_URL_ROOT = "https://pypi.org"
1515

1616

1717
def create_docker_setup(

0 commit comments

Comments
 (0)