From 57a184b143439773c18c8597dc1933e11da76bc2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Jun 2012 11:05:43 +0200 Subject: [PATCH] sfi_slices requires an aggregate, so won't work in standalone mode --- system/macros.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/macros.py b/system/macros.py index e16b937..f812c64 100644 --- a/system/macros.py +++ b/system/macros.py @@ -103,7 +103,8 @@ sequences['sfa_standalone'] = [ 'sfi_view_all', 'sfa_delete_slice', 'sfa_delete_user', - 'sfi_view_all', + 'sfi_list', + 'sfi_show', ] -- 2.43.0