We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83cf0 commit 4bb5ab7Copy full SHA for 4bb5ab7
plotly/utils.py
@@ -409,9 +409,9 @@ def get_by_path(obj, path):
409
### validation
410
def validate_world_readable_and_sharing_settings(option_set):
411
if ('world_readable' in option_set and
412
- option_set['world_readable'] is True and
413
- 'sharing' in option_set and
414
- option_set['sharing'] is not None and
+ option_set['world_readable'] is True and
+ 'sharing' in option_set and
+ option_set['sharing'] is not None and
415
option_set['sharing'] != 'public'):
416
raise PlotlyError(
417
"Looks like you are setting your plot privacy to both "
0 commit comments