From 828bec32c55bdbfb567b717c14b848d8bcb12a98 Mon Sep 17 00:00:00 2001 From: YUUU23 Date: Wed, 12 Jun 2024 02:04:57 +0000 Subject: [PATCH] fix: import expansion error Signed-off-by: YUUU23 --- compiler/pash_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pash_compiler.py b/compiler/pash_compiler.py index 080681d88..a949457ba 100644 --- a/compiler/pash_compiler.py +++ b/compiler/pash_compiler.py @@ -4,7 +4,7 @@ from datetime import datetime from sh_expand import env_vars_util -from sh_expand import ExpansionError +from sh_expand.expand import ExpansionError import config from ir import *