Question: Bug: Using The Python Builtin "Id" As Parameter Or Variable Name
0
Andreas Kuntzagk • 130 wrote:
Hi,
we encountered this problem when trying to clone a shared workflow:
...
File
'/data/bioinformatics/galaxy/lib/galaxy/web/security/__init__.py',
line 45 in decode_id
return int( self.id_cipher.decrypt( id.decode( 'hex' ) ).lstrip(
"!" ) )
AttributeError: 'builtin_function_or_method' object has no attribute
'decode'
(full error message attached)
So looks like the python builtin "id" is used in a few places - which
causes problems. Don't know why nobody else encountered this.
For reasons explained regarding the other bug I can't switch to a
newer
version then 2690 at the moment but from bitbucket it seems this is
still there.
regards, Andreas
ADD COMMENT
• link
•
modified 9.2 years ago
by
Greg Von Kuster • 840
•
written
9.2 years ago by
Andreas Kuntzagk • 130