From dbeb7f512109025173e55deda747827797a5b27e Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Tue, 4 Feb 2020 16:03:25 -0800 Subject: [PATCH] Remove old comment --- applications/isceApp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/isceApp.py b/applications/isceApp.py index f67d08d..4dd6c36 100755 --- a/applications/isceApp.py +++ b/applications/isceApp.py @@ -1437,7 +1437,6 @@ class IsceApp(Application, FrameMixin): sys.exit("Could not find the output directory: %s" % self.outputDir) os.chdir(self.outputDir) ##change working directory to given output directory - ##read configfile only here so that log path is in output directory logger = logging.getLogger('isce.isceProc') logger.info(self.intromsg) self._isce.dataDirectory = self.outputDir