From 07ebab92cbd300853e12c2e2ea3b405e31a8e6cc Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 5 Jan 2010 15:53:26 +0100 Subject: No longer fetch twice --- layman/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/action.py b/layman/action.py index f083ce5..6349814 100644 --- a/layman/action.py +++ b/layman/action.py @@ -478,7 +478,7 @@ class Actions: # Make fetching the overlay list a default action if not 'nofetch' in config.keys(): # Actions that implicitely call the fetch operation before - fetch_actions = ['fetch', 'sync', 'sync_all', 'list'] + fetch_actions = ['sync', 'sync_all', 'list'] for i in fetch_actions: if i in config.keys(): # Implicitely call fetch, break loop -- cgit v1.2.3-1-g7c22