From: Mark Wooding Date: Fri, 8 May 2020 11:24:18 +0000 (+0100) Subject: mdwsetup.py: Fix unbound variable reference in error case. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/2b0b2b455bdba783ccaca4b53bf167d4d102b299?hp=2b0b2b455bdba783ccaca4b53bf167d4d102b299 mdwsetup.py: Fix unbound variable reference in error case. This is debris from f74ba2bb507cfeadd5518d5468c7ab7281b581b7 which changed a function into a class, and the `source' argument into (a) a list and (b) an instance variable. Fix this reference which should have changed along with the rest. ---