From: Greg Brockman Date: Wed, 24 Mar 2010 00:24:02 +0000 (-0400) Subject: Now use abspath for calling zsend X-Git-Url: http://andersk.mit.edu/gitweb/zcommit.git/commitdiff_plain/2a04f5aef731fea2f368374ff3a0db318bc58a9b Now use abspath for calling zsend --- diff --git a/zcommit.py b/zcommit.py index 18f8d4d..6756e3e 100755 --- a/zcommit.py +++ b/zcommit.py @@ -9,7 +9,7 @@ import subprocess import sys import traceback -HERE = os.path.dirname(__file__) +HERE = os.path.abspath(os.path.dirname(__file__)) ZWRITE = os.path.join(HERE, 'bin', 'zsend') LOG_FILENAME = 'logs/zcommit.log'