Skip to content

Commit

Permalink
server: fixed duplicate evidences column
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed May 18, 2023
1 parent 81df349 commit 8d7102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypath/omnipath/server/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ def interactions(

for f in (b'evidences', b'extra_attrs'):

if f in req.uri and f not in req.args[b'fields']:
if f in req.uri and f not in req.args[b'fields'][0]:

_fields.append(f.decode('utf-8'))

Expand Down

0 comments on commit 8d7102c

Please sign in to comment.