소스 검색

Added data folder to automatic folder creation

david 5 년 전
부모
커밋
8fd51e8006
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .gitignore
  2. 2 0
      dataLoad.py

+ 2 - 0
.gitignore

@@ -5,3 +5,5 @@ lib64
 pyvenv.cfg
 share/
 .vscode/
+in/
+data/

+ 2 - 0
dataLoad.py

@@ -45,6 +45,8 @@ pal = ''
 if not os.path.exists('in'):
     os.mkdir('in')
 
+if not os.path.exists('data'):
+    os.mkdir('data')
 
 def download(howhard, index):
     global sess