Skip to content

Commit

Permalink
removing _jobid type identifiers - don't seem to be using them
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Jun 25, 2012
1 parent 19ad374 commit fefaea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/moa/jobConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def load(self, confFile, delta=None):

normdelta = os.path.normpath(delta)

if y.has_key('jobid'):
self.setPrivateVar('_%s' % y['jobid'], normdelta)
#if y.has_key('jobid'):
# self.setPrivateVar('_%s' % y['jobid'], normdelta)

#print self.job.template.parameters.keys()
#find relative links & see if they need to be adjusted
Expand Down

0 comments on commit fefaea4

Please sign in to comment.