Skip to content

Commit 3270594

Browse files
Remove 'bufsize' argument - Python 3 compatibility
Issue #217.
1 parent f7cec14 commit 3270594

File tree

1 file changed

+0
-1
lines changed
  • python/mmSolver/tools/copypastecamera

1 file changed

+0
-1
lines changed

python/mmSolver/tools/copypastecamera/lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ def write_temp_file(data_str):
522522
file_ext = const.EXT
523523
f = tempfile.NamedTemporaryFile(
524524
mode='w+b',
525-
bufsize=-1,
526525
suffix=file_ext,
527526
delete=False
528527
)

0 commit comments

Comments
 (0)