This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 0f20630  ATLAS-4318 : Remove useless pass statement in python client  
(#133)
0f20630 is described below

commit 0f2063088e297ae6d9efad27d77042a057010cbd
Author: Benedict Jin <[email protected]>
AuthorDate: Thu Jun 3 11:27:37 2021 +0800

    ATLAS-4318 : Remove useless pass statement in python client  (#133)
    
    (cherry picked from commit 6d8718483f9ef60906addd7c2bb94785039986ac)
---
 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)

Reply via email to