ATLAS-4318 : Remove useless pass statement in python client (#133)

This commit is contained in:
Benedict Jin 2021-06-03 11:27:37 +08:00 committed by GitHub
parent 36678ab1f3
commit 6d8718483f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ def expandWebApp(dir):
except OSError as e:
if e.errno != errno.EEXIST:
raise e
pass
atlasWarPath = os.path.join(atlasDir(), "server", "webapp", "atlas.war")
if (isCygwin()):
atlasWarPath = convertCygwinPath(atlasWarPath)