From 0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:39:52 +0100 Subject: [svn] survey block object Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM --- expo/views_survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expo/views_survex.py') diff --git a/expo/views_survex.py b/expo/views_survex.py index c356363..067d4e3 100644 --- a/expo/views_survex.py +++ b/expo/views_survex.py @@ -41,4 +41,4 @@ def process(survex_file): cwd = os.getcwd() os.chdir(os.path.split(settings.SURVEX_DATA + survex_file)[0]) os.system(settings.CAVERN + " --log " +settings.SURVEX_DATA + survex_file + ".svx") - os.chdir(cwd) \ No newline at end of file + os.chdir(cwd) -- cgit v1.2.3