Skip to content

Commit

Permalink
fix pylint messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiede committed Oct 22, 2020
1 parent b8ca489 commit cfe026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexxT/core/SubConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ def getThreadSet(item):
for n in g.allNodes():
res = res.union(SubConfiguration.getThreadSet(g.getMockup(n)))
return res

raise RuntimeError("Don't know how to handle instances of this type.")

0 comments on commit cfe026a

Please sign in to comment.