From 1944b28fc017b1354137e2476465e3ecc99b0aa8 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Wed, 29 Apr 2015 10:15:04 -0600
Subject: [PATCH] added param name to outputFactory arguments

---
 geomagio/Controller.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geomagio/Controller.py b/geomagio/Controller.py
index 4a4e846b..7a336a80 100644
--- a/geomagio/Controller.py
+++ b/geomagio/Controller.py
@@ -33,4 +33,5 @@ class Controller(object):
                 channels=input_channels)
         processed = self._algorithm.process(timeseries)
         output_channels = self._algorithm.get_output_channels()
-        self._outputFactory.put_timeseries(processed, channels=output_channels)
+        self._outputFactory.put_timeseries(timeseries=processed,
+                channels=output_channels)
-- 
GitLab