Skip to content

Commit

Permalink
set options to empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Apr 7, 2024
1 parent 777099c commit 52c48aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ def __str__(self):

opts = parser.parse_args()
setup_profiles()
options=opts.options
if options is None:
options = []
conan_install_all(opts.mode, opts.options)

0 comments on commit 52c48aa

Please sign in to comment.