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

Commit f128891

Browse files
author
Olivier Gambier
committed
Enhanced arguments handling
Docker-DCO-1.1-Signed-off-by: Olivier Gambier <[email protected]> (github: dmp42)
1 parent 34a7229 commit f128891

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
@@ -274,7 +274,7 @@ def wrapper(repository, *args, **kwargs):
274274
else:
275275
(namespace, repository) = parts
276276
repository = urllib.quote_plus(repository)
277-
return f(namespace, repository, *args, **kwargs)
277+
return f(namespace=namespace, repository=repository, *args, **kwargs)
278278
return wrapper
279279

280280

0 commit comments

Comments
 (0)