From 612857dc6a1428fc94e1251a5024953bcf25623b Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Fri, 2 Nov 2018 17:53:37 -0700 Subject: First draft of picmi diagnostics --- Python/pywarpx/WarpX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pywarpx/WarpX.py') diff --git a/Python/pywarpx/WarpX.py b/Python/pywarpx/WarpX.py index 9c4a4b380..f58d4f111 100644 --- a/Python/pywarpx/WarpX.py +++ b/Python/pywarpx/WarpX.py @@ -70,7 +70,7 @@ class WarpX(Bucket): argv = self.create_argv_list() with open(filename, 'w') as ff: - for k, v in kw.iteritems(): + for k, v in kw.items(): ff.write('{0} = {1}\n'.format(k, v)) for arg in argv: -- cgit v1.2.3