Skip to content

Commit

Permalink
fix: flex-linux-setup code smell - remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 8, 2022
1 parent 8907087 commit a5856d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ def prompt_for_installation():
if prompt_casa_install and not prompt_casa_install.lower().startswith('y'):
install_components['casa'] = False
else:
casa_dir = os.path.join(Config.jetty_base, 'casa')
print("Casa is allready installed on this system")
install_components['casa'] = False

Expand Down

0 comments on commit a5856d1

Please sign in to comment.