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

+ 1 - 1
.scripts/datalad_sync.py

@@ -33,7 +33,7 @@ dl.update(how='merge', recursive=True)
 print("save")
 dl.save(".", message=commitmessage, recursive=True)
 print("push")
-dl.push(".", to="origin", recursive=True)
+dl.push(to="origin", recursive=True)
 
 # Set dropping option
 q_answer = input("Do you want to drop all files that were uploaded, they will be on the server but not on this computer anymore ? [y/n]")