Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ def process(git_repo_url, space_destination, user_token):
|
|
29 |
folder_path=tmp_dir,
|
30 |
repo_id=space_destination,
|
31 |
repo_type="space",
|
32 |
-
token=user_token
|
33 |
-
ignore_patterns=".gitattributes"
|
34 |
)
|
35 |
|
36 |
return "Done"
|
|
|
29 |
folder_path=tmp_dir,
|
30 |
repo_id=space_destination,
|
31 |
repo_type="space",
|
32 |
+
token=user_token
|
|
|
33 |
)
|
34 |
|
35 |
return "Done"
|