mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
flake8: E111 indentation is not a multiple of 4
This commit is contained in:
@ -106,7 +106,7 @@ def processSave(raw_body, filename, usAddr):
|
|||||||
|
|
||||||
forcesavePath = docManager.getForcesavePath(newFilename, usAddr, False) # get the path to the forcesaved file version
|
forcesavePath = docManager.getForcesavePath(newFilename, usAddr, False) # get the path to the forcesaved file version
|
||||||
if (forcesavePath != ""): # if the forcesaved file version exists
|
if (forcesavePath != ""): # if the forcesaved file version exists
|
||||||
os.remove(forcesavePath) # remove it
|
os.remove(forcesavePath) # remove it
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user