Kaydet (Commit) 561c91ad authored tarafından Faik Uygur's avatar Faik Uygur

typo

üst 3bbb3793
......@@ -110,7 +110,7 @@ class File:
else:
localfile = uri.get_uri() #TODO: use a special function here?
if not os.path.exists(localfile):
raise IOError(_("File '\%s'\ not found.") % localfile)
raise IOError(_("File \'%s\' not found.") % localfile)
if sha1sum:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment