diff options
| author | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-06-17 09:17:30 +0000 |
|---|---|---|
| committer | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-06-17 09:17:30 +0000 |
| commit | 1e8df66b0f14c4f95bd2098d76fccaf08b76dbc2 (patch) | |
| tree | 293ac3dd951ac33538ce2f4dc9f12cd614261d13 /share/extensions | |
| parent | Remove unwanted empty space at top in style dialog (diff) | |
| parent | [Bug #1454910] Compressed SVG with media error. (diff) | |
| download | inkscape-1e8df66b0f14c4f95bd2098d76fccaf08b76dbc2.tar.gz inkscape-1e8df66b0f14c4f95bd2098d76fccaf08b76dbc2.zip | |
Merge changes from trunk
(bzr r14949.1.22)
Diffstat (limited to 'share/extensions')
| -rwxr-xr-x | share/extensions/svg_and_media_zip_output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/svg_and_media_zip_output.py b/share/extensions/svg_and_media_zip_output.py index fb1ddd823..e021bfd4e 100755 --- a/share/extensions/svg_and_media_zip_output.py +++ b/share/extensions/svg_and_media_zip_output.py @@ -111,7 +111,7 @@ class CompressedMediaOutput(inkex.Effect): url = urlparse.urlparse(xlink) href = urllib.url2pathname(url.path) - if (href != None): + if (href != None and os.path.isfile(href)): absref = os.path.realpath(href) absref = unicode(absref, "utf-8") |
