Skip to content

Conversation

LiuChangFreeman
Copy link
Contributor

文件路径的定义应当出现在path_home变量赋值之后

if not os.path.exists(path_home):
    os.mkdir(path_home)
PATH_HOSPITAL = os.path.join(path_home, "HOSPITAL.csv")
PATH_LOGISTICAL = os.path.join(path_home, "LOGISTICAL.csv")
PATH_HOTEL = os.path.join(path_home, "HOTEL.csv")

@LiuChangFreeman LiuChangFreeman merged commit 1c731b4 into wuhan2020:master Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant