flake8: E111 indentation is not a multiple of 4

This commit is contained in:
sshakndr
2023-10-23 14:23:31 +07:00
parent 1c6312ed46
commit 0eb8c85f6f

View File

@ -106,7 +106,7 @@ def processSave(raw_body, filename, usAddr):
forcesavePath = docManager.getForcesavePath(newFilename, usAddr, False) # get the path to the forcesaved file version
if (forcesavePath != ""): # if the forcesaved file version exists
os.remove(forcesavePath) # remove it
os.remove(forcesavePath) # remove it
return