소스 검색

[DATALAD] Recorded changes

julien colomb 2 년 전
부모
커밋
eca48fd09b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .scripts/datalad_sync.py

+ 3 - 0
.scripts/datalad_sync.py

@@ -28,8 +28,11 @@ if not commitmessage:
     commitmessage = print("commit on" , datetime.now())
 
 # sync
+print("update")
 dl.update(how='merge', recursive=True)
+print("save")
 dl.save(".", message=commitmessage, recursive=True)
+
 dl.push(".", to="origin", recursive=True)
 
 # Set dropping option