Skip to content

Commit

Permalink
Fixed line too long, which is what I get for changing the non-path at…
Browse files Browse the repository at this point in the history
… the last minute.
  • Loading branch information
tldahlgren committed May 31, 2019
1 parent f1cdf65 commit 88805fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/spack/spack/test/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def non_user_path_for_stage():
restored when the test case is over.
"""
current = spack.config.get('config:build_stage')
spack.config.set('config', {'build_stage': ['/var/spack/non-path']}, scope='user')
spack.config.set('config', {'build_stage': ['/var/spack/non-path']},
scope='user')
yield
spack.config.set('config', {'build_stage': current}, scope='user')

Expand Down

0 comments on commit 88805fa

Please sign in to comment.