summaryrefslogtreecommitdiff
path: root/scanIterator.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 13:12:11 -0500
committerJeff Carr <[email protected]>2024-10-31 13:12:11 -0500
commite8834578fbecc48b133e6550829de4766bc309a8 (patch)
tree87c812f1e056debab780b2c8b83d46a62b3eda2f /scanIterator.go
parent10793e365d594e98bbc8e04251cfbc6b6b3ddbea (diff)
example runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scanIterator.go')
-rw-r--r--scanIterator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanIterator.go b/scanIterator.go
index 3bbaeef..7d3af13 100644
--- a/scanIterator.go
+++ b/scanIterator.go
@@ -71,7 +71,7 @@ func (c *NewCluster) SelectDropletAll() []*Droplet {
var dropletPointers []*Droplet
if c.d == nil {
log.Info("SelectDropletsAll() c.d == nil")
- os.Exit(-1)
+ // os.Exit(-1)
}
for _, d := range c.d.Droplets {
if d == nil {