Skip to content

Commit

Permalink
Changed 2nd parameter ot setenv from '' to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmCorelin authored and necaris committed Oct 5, 2024
1 parent fce92e1 commit 0fe78a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.elc
.cask/
.markdown-preview.html
2 changes: 1 addition & 1 deletion conda.el
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Set for the lifetime of the process.")
(mapc (lambda (arg)
(let ((inhibit-message t))
(message "About to unset %s" arg))
(setenv (format "%s" arg) ""))
(setenv (format "%s" arg) nil))
unsets))
(let ((sets (or (conda-env-params-vars-set params) '())))
(mapc (lambda (pair)
Expand Down

0 comments on commit 0fe78a8

Please sign in to comment.