From 805108d1d2d54c4e005f7ce4d1ac6444159ef09d Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 29 Jul 2024 09:51:25 -0400 Subject: [PATCH] PEP8 cleanup --- wwpdb/utils/wf/plugins/FormatUtils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwpdb/utils/wf/plugins/FormatUtils.py b/wwpdb/utils/wf/plugins/FormatUtils.py index 80fac5d..6aa01e3 100644 --- a/wwpdb/utils/wf/plugins/FormatUtils.py +++ b/wwpdb/utils/wf/plugins/FormatUtils.py @@ -187,7 +187,7 @@ def mtz2pdbxOp(self, **kwArgs): try: (inpObjD, outObjD, uD, _pD) = self._getArgs(kwArgs) sfPath = inpObjD["src1"].getFilePathReference() - sfFmt = inpObjD["src1"].getFileFormat() + # sfFmt = inpObjD["src1"].getFileFormat() xyzPath = inpObjD["src2"].getFilePathReference() # # @@ -212,7 +212,7 @@ def mtz2pdbxOp(self, **kwArgs): # self._lfh.write("Special handling of SF file returns %s\n" % ok) # if ok is True: # return True - # Else fall through + # # Else fall through dp = RcsbDpUtility(tmpPath=dirPath, siteId=siteId, verbose=self._verbose, log=self._lfh) dp.imp(sfPath)