Skip to content

Commit 24cf84e

Browse files
Potential fix for code scanning alert no. 5433: Unnecessary pass
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ecc5a25 commit 24cf84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_PY/SU2/io/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ def restart2solution(config, state={}):
11821182
if config.MATH_PROBLEM == "DIRECT":
11831183
restart = config.RESTART_FILENAME
11841184
solution = config.SOLUTION_FILENAME
1185-
pass
1185+
11861186

11871187
if "RESTART_ASCII" in config.get("OUTPUT_FILES", ["RESTART_BINARY"]):
11881188
restart += ".csv"

0 commit comments

Comments
 (0)