Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnfernand committed Nov 7, 2023
1 parent 535ab35 commit 623df3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,4 +924,4 @@ def str_itr(self):
return [f"List thermal maps error: {error}" for error in self.error_array]

assert self.error_array is None
return [f"List thermal maps error: {self.message}"]
return [f"List thermal maps error: {self.message}"]
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,4 +787,4 @@ def list_thermal_maps(self, project, cca_names=None):
LOG.error(str(e))
raise e

return response.ccaThermalMaps
return response.ccaThermalMaps

0 comments on commit 623df3c

Please sign in to comment.