Code error in py-temp-directory?

Bug #963537 reported by Richard Stanton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

In r907, I see there's some code in py-temp-directory checking for system type,

 (and (eq (system-type 'darwin))
             (funcall ok "/var/folders"))
        ((and (or (eq (system-type 'ms-dos))(eq (system-type 'ms-dos))(eq (system-type 'windows-nt)))
              (Funcall ok (concat "c:" (py-separator-char) "Users" ))))
        (funcall ok ".")

[...]

Is this OK? Instead of

(eq (system-type 'darwin))

shouldn't it be

(eq system-type 'darwin), etc.?

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.0.6
importance: Undecided → Medium
status: New → In Progress
Revision history for this message
Andreas Roehler (a-roehler) wrote :

Thanks!

Changed in python-mode:
status: In Progress → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.