Skip to content

Commit

Permalink
Merge pull request #207 from lsst-sqre/tickets/DM-39009
Browse files Browse the repository at this point in the history
tickets/DM-39009: Change relocate wording to add .conda
  • Loading branch information
athornton authored May 16, 2023
2 parents 9561565 + 68b2fe1 commit 4e31c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nublado2/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<input type="checkbox" id="reset_user_env"
name="reset_user_env" value="true">
<label for="reset_user_env">
Reset user environment: relocate .cache, .jupyter, and .local
Reset user environment: relocate .cache, .conda, .jupyter, and .local
</label><br />
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/nublado2/selectedoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def debug(self) -> str:
def reset_user_env(self) -> str:
"""String to pass in for RESET_USER_ENV variable in the lab.
This moves the user's .local, .cache, and .jupyter environments
This moves the user's .local, .conda .cache, and .jupyter environments
aside. That in turn allows getting out of the common case where
local package installation conflicts with the RSP machinery."""
return self._reset_user_env
Expand Down

0 comments on commit 4e31c7c

Please sign in to comment.