From 070a83d7733d988022235e77233764abb6f337e6 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 27 Mar 2020 11:21:18 -0500 Subject: [PATCH] Apply @pshriwise suggestion from code review Co-Authored-By: Patrick Shriwise --- openmc/model/model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/model/model.py b/openmc/model/model.py index 4115e4f917..89dbfb3536 100644 --- a/openmc/model/model.py +++ b/openmc/model/model.py @@ -216,8 +216,8 @@ class Model: self.export_to_xml() - # Setting tstart here ensures we don't pick up any old statepoint - # files that might preexist in the output directory + # Setting tstart here ensures we don't pick up any pre-existing statepoint + # files in the output directory tstart = time.time() last_statepoint = None