Skip to content

Commit

Permalink
Merge pull request KratosMultiphysics#387 from KratosMultiphysics/hot…
Browse files Browse the repository at this point in the history
…fix-fsi-tests

Bugfix: a variable was undefined for some if branches.
  • Loading branch information
jcotela authored May 10, 2017
2 parents 703b1ed + 68a3c5b commit c41d752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/FSIapplication/tests/SmallTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from KratosMultiphysics.StructuralMechanicsApplication import *
from KratosMultiphysics.FluidDynamicsApplication import *
missing_external_dependencies = False
missing_application = ''
except ImportError as e:
missing_external_dependencies = True
# extract name of the missing application from the error message
Expand Down

0 comments on commit c41d752

Please sign in to comment.