Skip to content

Commit

Permalink
codacy warning fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sachitanand Shelake <[email protected]>
  • Loading branch information
sachitanands committed Jan 30, 2022
1 parent 507b503 commit e9fe71a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ echo $VER > "$BASE_DIR"/VERSION
/bin/chmod +rx "$BASE_DIR"/VERSION
/bin/chmod +x "$BASE_DIR"/src/setup/rgw_setup

cd $BASE_DIR
cd "$BASE_DIR"

./setup.py bdist_rpm --release="$REL"
1 change: 0 additions & 1 deletion src/setup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
# For any questions about this software or licensing,
# please email [email protected] or [email protected].

from cortx.rgw.setup.rgw import Rgw
1 change: 1 addition & 0 deletions src/setup/rgw_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class TestCmd(SetupCmdBase):
""" Test Setup Cmd """
name = 'test'

def __init__(self, args):
super().__init__(args)
self.config_path = args.config
# Default test_plan is 'sanity'
Expand Down

0 comments on commit e9fe71a

Please sign in to comment.