Skip to content

Commit

Permalink
Missing import of sys that gets used when petsc is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
hschilling committed Jun 8, 2020
1 parent d099576 commit ffa0767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmdao/solvers/linear/petsc_ksp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import numpy as np
import os
import sys

from openmdao.solvers.solver import LinearSolver

Expand Down

0 comments on commit ffa0767

Please sign in to comment.