Skip to content

Commit 1d8f343

Browse files
Fix syntax error.
1 parent 846a61e commit 1d8f343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioconda_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_recipes(recipe_folder,
424424
logger.info("Building and testing subdag %s of %s (%s recipes)", subdag_i, subdags_n, len(recipes))
425425

426426
if docker is not None:
427-
logger.info(('Pulling docker image...')
427+
logger.info('Pulling docker image...')
428428
docker.pull(config['docker_image'])
429429
logger.info('Done.')
430430

0 commit comments

Comments
 (0)