Skip to content

Commit 2c79382

Browse files
Ilija VukoticBenGalewsky
authored andcommitted
line too long fix
1 parent e85b589 commit 2c79382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/servicex_did_finder_lib/servicex_adaptor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def put_file_add_bulk(self, file_list):
117117
f'(try {attempts} out of {MAX_RETRIES}')
118118
attempts += 1
119119
if not success:
120-
self.logger.error(f'After {attempts} tries, failed to send ServiceX App a put_file_bulk '
121-
f'message: {mesg} - Ignoring error.')
120+
self.logger.error(f'After {attempts} tries, failed to send ServiceX App '
121+
f'a put_file_bulk message: {mesg} - Ignoring error.')
122122

123123
def post_transform_start(self):
124124
success = False

0 commit comments

Comments
 (0)