Skip to content

Commit 0fe78a8

Browse files
ArmCorelinnecaris
authored andcommitted
Changed 2nd parameter ot setenv from '' to nil
1 parent fce92e1 commit 0fe78a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.elc
22
.cask/
3+
.markdown-preview.html

conda.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Set for the lifetime of the process.")
230230
(mapc (lambda (arg)
231231
(let ((inhibit-message t))
232232
(message "About to unset %s" arg))
233-
(setenv (format "%s" arg) ""))
233+
(setenv (format "%s" arg) nil))
234234
unsets))
235235
(let ((sets (or (conda-env-params-vars-set params) '())))
236236
(mapc (lambda (pair)

0 commit comments

Comments
 (0)