Index: /issm/trunk-jpl/src/m/classes/organizer.py
===================================================================
--- /issm/trunk-jpl/src/m/classes/organizer.py	(revision 26372)
+++ /issm/trunk-jpl/src/m/classes/organizer.py	(revision 26373)
@@ -117,5 +117,5 @@
             return md
 
-    #If we are here, the model has not been found. Try trunk prefix if provided
+        #If we are here, the model has not been found. Try trunk prefix if provided
         if self.trunkprefix:
             path2 = os.path.join(self.repository, self.trunkprefix + string)
@@ -153,5 +153,5 @@
             print(("   step  #%i : %s" % (self.steps[self._currentstep - 1]['id'], self.steps[self._currentstep - 1]['string'])))
 
-    #Ok, now if _currentstep is a member of steps, return true
+        #Ok, now if _currentstep is a member of steps, return true
         if self._currentstep in self.requestedsteps:
             print(("\n   step  #%i : %s\n" % (self.steps[self._currentstep - 1]['id'], self.steps[self._currentstep - 1]['string'])))
@@ -159,5 +159,5 @@
 
             #last check: is this step locked?
-            s = self.steps[self._currentstep].string
+				s = self.steps[self._currentstep - 1]['string']
             if len(s) > 7:
                 if s[-6:] == 'Locked':
