From e5099dd54a95d45d5bf8f7d021f4e7047e571619 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Apr 2018 18:21:03 +0100 Subject: decorate startSync function with an animation --- src/backend/libsisyphus.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index e83258a..a71db21 100755 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -168,6 +168,7 @@ def startSearch(pkgList): def startUpdate(): syncAll() +@animation.wait('syncing portage tree && portage config files') def startSync(): syncGitRepos() syncPortageCfg() -- cgit v1.2.3