Skip to content

Commit

Permalink
ProTo: UniCode fix in dataset decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
morj-uio authored and sveinugu committed Nov 16, 2016
1 parent c19e179 commit 0105df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proto/CommonFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def galaxySecureEncodeId(plainId):

def galaxySecureDecodeId(encodedId):
from proto.config.Config import GALAXY_SECURITY_HELPER_OBJ
return GALAXY_SECURITY_HELPER_OBJ.decode_id(encodedId)
return GALAXY_SECURITY_HELPER_OBJ.decode_id(str(encodedId))


def getEncodedDatasetIdFromPlainGalaxyId(plainId):
Expand Down

0 comments on commit 0105df4

Please sign in to comment.