Skip to content

Commit

Permalink
refactor: import ExpansionError (ExpansionError class initiated withi…
Browse files Browse the repository at this point in the history
…n expand package
  • Loading branch information
YUUU23 committed Jun 12, 2024
1 parent aa29b00 commit bcb251a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions compiler/custom_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ class UnparallelizableError(Exception):
pass

class AdjLineNotImplementedError(Exception):
pass

class ExpansionError(RuntimeError):
pass
pass
1 change: 1 addition & 0 deletions compiler/pash_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from datetime import datetime

from sh_expand import env_vars_util
from sh_expand import ExpansionError

import config
from ir import *
Expand Down

0 comments on commit bcb251a

Please sign in to comment.