We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f007a commit 6ff032dCopy full SHA for 6ff032d
geonode/proxy/utils.py
@@ -53,7 +53,7 @@ def unregister_host(self, host):
53
def get_proxy_allowed_hosts(self):
54
# We register remote hosts from remote URLs at creation time, inside ImporterViewSet.create().
55
# If for some reason the creation fails we end up having stale or wrong URLs inside the registry.
56
- # We check the last time the registry was updated, and after a certain delta we reinitialize the registry
+ # We check the last time the registry was updated, and after a certain delta we reinitialize the registry
57
# which removes any URLs that are not connected to remote datasets
58
if (
59
self._last_registry_load is None
0 commit comments