From 8c61821b17f92a3aa20d555813711e6e6eeb24ba Mon Sep 17 00:00:00 2001 From: sienkiew Date: Wed, 19 Dec 2012 15:13:01 +0000 Subject: fix bad config checked in with earlier change git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@900 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- go | 2 +- steuermann/config.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go b/go index f6a4767..68948a5 100755 --- a/go +++ b/go @@ -1,6 +1,6 @@ #!/bin/sh -n=9 +n=10 rm -rf build diff --git a/steuermann/config.py b/steuermann/config.py index a2beda2..3a001a7 100644 --- a/steuermann/config.py +++ b/steuermann/config.py @@ -1,8 +1,8 @@ -db_creds = 'steuermann.db' +db_creds = '/ssbwebv1/data2/steuermann/steuermann.db' def open_db() : import sqlite3 return sqlite3.connect(db_creds) -logdir = 'logs' -host_logs = 'host_logs' +logdir = '/ssbwebv1/data2/steuermann/logs' +host_logs = '/ssbwebv1/data2/steuermann/host_logs' -- cgit