Skip to content

Commit

Permalink
Fix wrong import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Jan 16, 2024
1 parent 0bc1bdd commit af654fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/src/designflow/graal.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __repr__ ( self ):
return '<{}>'.format( ' '.join(self.command) )

def doTask ( self ):
from helpers.io import ErrorMessage
from ..helpers.io import ErrorMessage

shellEnv = ShellEnv()
shellEnv[ 'MBK_IN_PH' ] = self.layoutFile.suffix[1:]
Expand Down

0 comments on commit af654fe

Please sign in to comment.