Skip to content

Commit

Permalink
fix os getcwd method
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Aug 3, 2024
1 parent 730528d commit 500fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devutils/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re
import sys

__basedir__ = os.getcwdu()
__basedir__ = os.getcwd()

from numpy.compat import unicode

Expand Down

0 comments on commit 500fd5d

Please sign in to comment.