Skip to content

Commit

Permalink
Remove unnecessary lookup step
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed May 24, 2024
1 parent 4e96794 commit fe8d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yggdrasil/drivers/FortranModelDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def before_registration(cls):
default=None)
if platform._is_win and cxx_compiler: # pragma: debug
msg_error = None
cxx_compiler = tool_registry.tool('compiler', cxx_compiler)
# cxx_compiler = tool_registry.tool('compiler', cxx_compiler)
if cxx_compiler.toolname != 'cl++':
msg_error = "The MSVC compiler is not selected for C/C++"
elif not cxx_compiler.is_installed():
Expand Down

0 comments on commit fe8d3a8

Please sign in to comment.