Skip to content

Commit 54474ea

Browse files
committed
return if the namespace is imported
1 parent 8329846 commit 54474ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/core.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ import() {
168168
load_scripts "$SODA_USER_HOME/scripts/$1"
169169
fi
170170
NAMESPACE="$OLD_NAMESPACE"
171+
172+
return 0
173+
else
174+
return 1
171175
fi
172176
}
173177

0 commit comments

Comments
 (0)