Skip to content

Commit dfe4b1e

Browse files
committed
spelling
1 parent 5dec7fb commit dfe4b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def check_complete(self):
111111
print("DMC incomplete: Run completed %d blocks, but requires %d."%\
112112
(self.output['total blocks']-self.output['warmup blocks'],self.minblocks))
113113
completed=False
114-
return complete
114+
return completed
115115

116116
#------------------------------------------------
117117
def collect(self,outfile):

0 commit comments

Comments
 (0)