8000 Oops, it’d help to use the right value o__O · yuan3y/plotly.py@1e807d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e807d1

Browse files
committed
Oops, it’d help to use the right value o__O
1 parent 9bfe62e commit 1e807d1
< 8000 h2 class="sr-only">File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/graph_objs/graph_objs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def to_string(self, level=0, indent=4, eol='\n',
700700
eol=eol,
701701
indent=' ' * indent * (level+1),
702702
key=key)
703-
if isinstance(key, PlotlyBase):
703+
if isinstance(self[key], PlotlyBase):
704704
string += self[key].to_string(level=level+1,
705705
indent=indent,
706706
eol=eol,

0 commit comments

Comments
 (0)
0