Browse Source

fix typo mistake

feature/refactor-php
Prabuddha Chakraborty 10 years ago
parent
commit
d60b23c7fb
  1. 2
      ee/core/download.py

2
ee/core/download.py

@ -27,7 +27,7 @@ class EEDownload():
+ Log.OKBLUE + "]")) + Log.OKBLUE + "]"))
except urllib.error.URLError as e: except urllib.error.URLError as e:
Log.debug(self, "[{err}]".format(err=str(e.reason))) Log.debug(self, "[{err}]".format(err=str(e.reason)))
Log.error(self, "Unable to donwload file, {0}" Log.error(self, "Unable to download file, {0}"
.format(filename)) .format(filename))
return False return False
except urllib.error.HTTPError as e: except urllib.error.HTTPError as e:

Loading…
Cancel
Save