Skip to content

Commit 5cc5e54

Browse files
committed
chore: To test workflows
1 parent 8dd7854 commit 5cc5e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rmqrcode/rmqrcode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def fit(data,ecc=ErrorCorrectionLevel.M, fit_strategy=FitStrategy.BALANCED):
6060

6161
qr = rMQR(selected['version'], ecc)
6262
qr.make(data)
63+
raise DataTooLongError
6364
return qr
6465

6566

0 commit comments

Comments
 (0)