Open dustinvtran opened 7 years ago
Searching open( in the repo shows that we use Python's open() function sometimes with the 'rb' arg, sometimes no arg, sometimes with w. We should make its usage consistent.
open(
open()
'rb'
w
Searching
open(
in the repo shows that we use Python'sopen()
function sometimes with the'rb'
arg, sometimes no arg, sometimes withw
. We should make its usage consistent.