Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 6c29b05

Browse files
author
shin-
committed
pep8 fix
1 parent b7cf7ec commit 6c29b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_registry/toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def validate_parent_access(parent_id):
113113
headers = {'Authorization': flask.request.headers.get('authorization')}
114114
resp = requests.get(url, verify=True, headers=headers)
115115
if resp.status_code != 200:
116-
logger.debug('validate_parent_access: index returned status {0}'.format(
116+
logger.debug('validate_parent_access: index returns status {0}'.format(
117117
resp.status_code
118118
))
119119
return False

0 commit comments

Comments
 (0)