Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Nov 6, 2021
1 parent 1458c3c commit 62497f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/spack/spack/cmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,8 @@ def parse_specs(args, **kwargs):
concretize = kwargs.get('concretize', False)
normalize = kwargs.get('normalize', False)
tests = kwargs.get('tests', False)
<<<<<<< HEAD
all_versions = kwargs.get('all_versions', False)
=======
reuse = kwargs.get('reuse', False)
>>>>>>> 285548588f533338cc5493a7ba492f107e714794

try:
sargs = args
Expand Down

0 comments on commit 62497f1

Please sign in to comment.