Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 486c1b1

Browse files
committed
Don't implicitly set filename so that plots aren't overwridden
1 parent 8514023 commit 486c1b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plotly/plotly.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ def __makecall(self, args, un, key, origin, kwargs):
222222
if 'message' in r and r['message'] != '' and self.verbose:
223223
print(r['message'])
224224

225-
if 'filename' in r:
226-
self.__filename = r['filename']
227225
return r
228226

229227

0 commit comments

Comments
 (0)