Revision 6164f3eb3e6ad4ca63c6fc0167b29cbc0b2b2cd7 authored by Antoine R. Dumont (@ardumont) on 04 November 2015, 14:57:41 UTC, committed by Antoine R. Dumont (@ardumont) on 04 November 2015, 14:57:53 UTC
Due to the False boolean being received as string 'False'...
The value is then not considered falsy, thus the call is being
always considered recursive...
1 parent ca965e7
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top