Skip to content

Commit 5d9e607

Browse files
committed
Code review feedback
1 parent 7b991f3 commit 5d9e607

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

b2sdk/transfer/emerge/emerger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def emerge(
7272
"""
7373
# WARNING: time spent trying to extract common parts of emerge() and emerge_stream()
7474
# into a separate method: 20min. You can try it too, but please increment the timer honestly.
75+
# Problematic lines are marked with a "<--".
7576
planner = self.get_emerge_planner(
7677
min_part_size=min_part_size,
7778
recommended_upload_part_size=recommended_upload_part_size,

test/unit/bucket/test_bucket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def _make_data(self, approximate_length):
220220

221221
def _check_file_contents(self, file_name, expected_contents):
222222
contents = self._download_file(file_name)
223-
print(contents)
224-
print(expected_contents)
225223
self.assertEqual(expected_contents, contents)
226224

227225
def _download_file(self, file_name):

0 commit comments

Comments
 (0)