Skip to content

Commit

Permalink
Merge 8cc1969 into dc5fe0b
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 23, 2019
2 parents dc5fe0b + 8cc1969 commit 1da6249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/util/__init__.py
Expand Up @@ -749,7 +749,7 @@ def save(obj, filename, fmt='auto', backend=None, resources='cdn', **kwargs):
filename = str(filename.absolute())
if isinstance(filename, basestring):
supported = [mfmt for tformats in renderer_obj.mode_formats.values()
for mformats in tformats.values() for mfmt in mformats]
for mfmt in tformats]
formats = filename.split('.')
if fmt == 'auto' and formats and formats[-1] != 'html':
fmt = formats[-1]
Expand Down

0 comments on commit 1da6249

Please sign in to comment.