File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919 'plotly_api_domain' : 'https://api.plot.ly' ,
2020 'plotly_ssl_verification' : True ,
2121 'plotly_proxy_authorization' : False ,
22- 'world_readable' : True }}
22+ 'world_readable' : True ,
23+ 'sharing' : "public" ,
24+ "auto_open" : True }}
2325
2426try :
2527 os .mkdir (TEST_DIR )
Original file line number Diff line number Diff line change 3939DEFAULT_PLOT_OPTIONS = {
4040 'filename' : "plot from API" ,
4141 'fileopt' : "new" ,
42- 'auto_open' : True ,
4342 'world_readable' : files .FILE_CONTENT [files .CONFIG_FILE ]['world_readable' ],
43+ 'auto_open' : files .FILE_CONTENT [files .CONFIG_FILE ]['auto_open' ],
4444 'validate' : True ,
45- 'sharing' : "public"
45+ 'sharing' : files . FILE_CONTENT [ files . CONFIG_FILE ][ 'sharing' ]
4646}
4747
4848# test file permissions and make sure nothing is corrupted
You can’t perform that action at this time.
0 commit comments