This is an automated email from the ASF dual-hosted git repository.
nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 6d87184 ATLAS-4318 : Remove useless pass statement in python client
(#133)
6d87184 is described below
commit 6d8718483f9ef60906addd7c2bb94785039986ac
Author: Benedict Jin <[email protected]>
AuthorDate: Thu Jun 3 11:27:37 2021 +0800
ATLAS-4318 : Remove useless pass statement in python client (#133)
---
distro/src/bin/atlas_config.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/distro/src/bin/atlas_config.py b/distro/src/bin/atlas_config.py
index 80b3bfb..493a34a 100755
--- a/distro/src/bin/atlas_config.py
+++ b/distro/src/bin/atlas_config.py
@@ -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)