Skip to content

Commit

Permalink
import mano.sync fix on tutorial (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis authored Apr 27, 2023
1 parent 3df4c66 commit 0bd8e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import requests

import mano
import mano.sync as msync

SPACE = " "
BRANCH = "│ "
Expand Down Expand Up @@ -192,7 +193,7 @@ def download_data(
while num_tries < 5:
print(f"Downloading data for {u}")
try:
zf = mano.sync.download(
zf = msync.download(
keyring,
study_id,
u,
Expand Down

0 comments on commit 0bd8e80

Please sign in to comment.