Skip to content

Commit

Permalink
Remove return statement from finally block (https://sonarcloud.io/org…
Browse files Browse the repository at this point in the history
  • Loading branch information
iivanoo committed May 7, 2020
1 parent ff3e0b6 commit 4e6abbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/PluginTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def check_profiler_dependencies(self, profiler, profiler_name):
self.errors.append('Profiler {}: plugin not further tested, '
'no device available that meets the dependencies. '
'Check devices and dependencies'.format(profiler_name))
return device

def check_dependencies(self, dependencies, profiler_name):
if isinstance(dependencies, list):
Expand Down

0 comments on commit 4e6abbc

Please sign in to comment.