Pattern: Bad open mode
Issue: -
Used when open()
function is called with unsupported mode. Python supports r
, w
, a[, x]
modes with b
, +
, and U
(only with r
) options.
Pattern: Bad open mode
Issue: -
Used when open()
function is called with unsupported mode. Python supports r
, w
, a[, x]
modes with b
, +
, and U
(only with r
) options.