Skip to content

Commit b43ff75

Browse files
committed
Add logging
1 parent 8a3f5f4 commit b43ff75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/image/make_baseline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
if 'b64-json' in sys.argv and attempt == 0 : print(json.dumps(fig, indent = 2))
111111

112112
try :
113+
print(f"plotly.js version: {pio.kaleido.scope.plotlyjs}")
113114
pio.write_image(
114115
fig=fig,
115116
file=os.path.join(dirOut, outName + '.png'),

0 commit comments

Comments
 (0)