Skip to content

Commit 560a536

Browse files
committed
Progress
1 parent 7dc7236 commit 560a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def update_target(
539539
data['name'] = name
540540

541541
if width is not None:
542-
data['width'] = width
542+
data['width'] = str(width)
543543

544544
if image is not None:
545545
image_data = image.getvalue()

0 commit comments

Comments
 (0)