ATLAS-4318 : Remove useless pass statement in python client (#133)
This commit is contained in:
parent
36678ab1f3
commit
6d8718483f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue