Skip to content
  • Albert Gräf's avatar
    Work around fallout from rev. a4621af4 which breaks the dofile mechanism. · 8e69c532
    Albert Gräf authored
    Specifically, those trailing slashes on pd._loadpath in
    pd.Class:register keep piling up, which means that an existing class
    will not be found when being invoked from dofile/dofilex. We work around
    this by checking for a trailing slash now. Hopefully, this is only a
    temporary kludge until a proper fix is deployed.
    8e69c532