Spaces:
Sleeping
Sleeping
zhimin-z
commited on
Commit
·
721ab03
1
Parent(s):
dae3297
refine
Browse files
msr.py
CHANGED
|
@@ -484,8 +484,6 @@ def sync_agents_repo():
|
|
| 484 |
try:
|
| 485 |
import subprocess
|
| 486 |
|
| 487 |
-
print(f" Syncing {AGENTS_REPO_LOCAL_PATH} with remote (timeout: {GIT_SYNC_TIMEOUT}s)...")
|
| 488 |
-
|
| 489 |
# Run git pull with extended timeout due to large repository
|
| 490 |
result = subprocess.run(
|
| 491 |
['git', 'pull'],
|
|
|
|
| 484 |
try:
|
| 485 |
import subprocess
|
| 486 |
|
|
|
|
|
|
|
| 487 |
# Run git pull with extended timeout due to large repository
|
| 488 |
result = subprocess.run(
|
| 489 |
['git', 'pull'],
|