fffiloni commited on
Commit
ec2e026
·
verified ·
1 Parent(s): 0a800aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def process(git_repo_url, space_destination, user_token):
26
  print(f"{sub_indent}{f}")
27
 
28
  api.upload_folder(
29
- folder_path=repo,
30
  repo_id=space_destination,
31
  repo_type="space",
32
  token=user_token
 
26
  print(f"{sub_indent}{f}")
27
 
28
  api.upload_folder(
29
+ folder_path=tmp_dir,
30
  repo_id=space_destination,
31
  repo_type="space",
32
  token=user_token