Skip to content

Commit

Permalink
Fix #174
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiivi committed Mar 20, 2014
1 parent 5e5badd commit c5d995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubes/metadata.py
Expand Up @@ -60,7 +60,7 @@ def _json_from_url(url):

if parts.scheme in ('', 'file'):
handle = open(parts.path)
if len(parts.scheme) == 1:
elif len(parts.scheme) == 1:
# TODO: This is temporary hack which can be replaced by proper python
# 3.4 functionality later
handle = open(url)
Expand Down

0 comments on commit c5d995e

Please sign in to comment.