From 500fd5d6328885b0634433254881d59c924e5174 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Sat, 3 Aug 2024 13:52:17 +0800 Subject: [PATCH] fix os getcwd method --- devutils/prep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devutils/prep.py b/devutils/prep.py index af3b446..9eee5e8 100644 --- a/devutils/prep.py +++ b/devutils/prep.py @@ -6,7 +6,7 @@ import re import sys -__basedir__ = os.getcwdu() +__basedir__ = os.getcwd() from numpy.compat import unicode