Skip to content

Commit

Permalink
use moa.utils.getCwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Jun 25, 2012
1 parent 608dd09 commit d756a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/python/moa/plugin/job/metavar.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@

from moa.sysConf import sysConf
import moa.logger
import moa.utils

l = moa.logger.getLogger(__name__)
#l.setLevel(moa.logger.DEBUG)
Expand All @@ -131,7 +132,7 @@ class MoaPathParser(Extension):
tags = set(['mp'])

def processDirString(self, s):
cwd = os.getcwd()
cwd = moa.utils.getCwd()
return frappant.frp(cwd, s)
# l.critical(cwd)

Expand Down

0 comments on commit d756a45

Please sign in to comment.