From 5eddfbfaf9575fa9800b455f727452c15e677e26 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Thu, 19 Nov 2015 15:12:16 -0700
Subject: [PATCH] changed default for input-goes-directory

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

diff --git a/geomagio/Controller.py b/geomagio/Controller.py
index 29e3893b..a62d736e 100644
--- a/geomagio/Controller.py
+++ b/geomagio/Controller.py
@@ -414,7 +414,7 @@ def parse_args(args):
             help='Flag to run the last hour if interval is minute, ' +
                     'or the last 10 minutes if interval is seconds')
     parser.add_argument('--input-goes-directory',
-            default='',
+            default='.',
             help='Directory for support files for goes input of imfv283 data')
     parser.add_argument('--input-goes-getdcpmessages',
             default='',
-- 
GitLab