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 1122943 commit 608dd09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/python/moa/plugin/system/metavar.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,13 @@
from moa.sysConf import sysConf
import moa.logger as l
import moa.ui
import moa.utils

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 608dd09

Please sign in to comment.