Fix for issue #262
This commit is contained in:
@@ -1588,7 +1588,6 @@ def export(
|
||||
(shared, not_shared),
|
||||
(has_comment, no_comment),
|
||||
(has_likes, no_likes),
|
||||
(export_as_hardlink, cleanup),
|
||||
]
|
||||
if any(all(bb) for bb in exclusive):
|
||||
click.echo("Incompatible export options", err=True)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
""" version info """
|
||||
|
||||
__version__ = "0.37.6"
|
||||
__version__ = "0.37.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user