Skip to content

Commit

Permalink
add optional to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
alfoa committed Apr 3, 2024
1 parent 6190b85 commit a5b2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/library_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def _readDependencies(initFile):
equals = '=='
equalsTail = '.*'
actionArgs = ''
addOptional = False
addOptional = args.addOptional
limit = ['pip']
elif args.subset == 'pyomo':
src = ''
Expand Down

0 comments on commit a5b2cd7

Please sign in to comment.