Skip to content

Commit

Permalink
fix: jans-linux-setup code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Apr 29, 2022
1 parent e5aaad7 commit e930f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jans-linux-setup/jans_setup/setup_app/utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ def extract_subdir(zip_fn, sub_dir, target_dir):
if not sub_dir.endswith('/'):
sub_dir += '/'

ssub_dir = os.path.join(par_dir, sub_dir)
target_dir_path = Path(target_dir)

if target_dir_path.exists():
Expand Down

0 comments on commit e930f16

Please sign in to comment.