Skip to content

Commit 68f9ae8

Browse files
committed
docstring-only change
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6122 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent b31e7bb commit 68f9ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/shared/cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def lookup_user_service_value(configuration, client_id, service, setting,
10151015

10161016

10171017
def _get_encoder(configuration, coding):
1018-
""""""
1018+
"""Return a helper to encode any string to a command-line safe value"""
10191019
coding_map = {"base16": base64.b16encode, "base32": base64.b32encode,
10201020
"base64": base64.b64encode}
10211021
if not coding in coding_map:

0 commit comments

Comments
 (0)