Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sal-uva committed Sep 2, 2021
1 parent 1c1adf5 commit 08e54b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/visualisation/sigma_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def is_compatible_with(cls, module=None):
:param module: Dataset or processor to determine compatibility with
"""
return module.get_extension() in ("gexf")
return module.get_extension() in ["gexf"]

def process(self):
"""
Expand Down

0 comments on commit 08e54b0

Please sign in to comment.