Skip to content

Commit

Permalink
PEP8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Jul 29, 2024
1 parent a519ee0 commit 805108d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wwpdb/utils/wf/plugins/FormatUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
#
#
Expand All @@ -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)
Expand Down

0 comments on commit 805108d

Please sign in to comment.