Skip to content

Commit 646ae8b

Browse files
committed
missing import os
1 parent fd4afff commit 646ae8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gurobi/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# See the Spack documentation for more information on packaging.
2121
# ----------------------------------------------------------------------------
2222
from spack import *
23+
import os
2324

2425

2526
class Gurobi(Package):

0 commit comments

Comments
 (0)