From 70cdbd515f6b2f580bd311d5da067e66cfab2b0b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 12 Jun 2009 22:50:52 +0000 Subject: [PATCH] dont raise the exception --- geni/util/slices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geni/util/slices.py b/geni/util/slices.py index 3db122ce..868331ce 100644 --- a/geni/util/slices.py +++ b/geni/util/slices.py @@ -246,7 +246,6 @@ class Slices(SimpleStorage): print aggregate except: print >> log, "Error creating slice %(hrn)s at aggregate %(aggregate)s" % locals() - return 1 -- 2.47.0