Collin Funk wrote:
>     self.config.setAuxDir(saved_auxdir)
>                           ^^^^^^^^^^^^
> NameError: name 'saved_auxdir' is not defined
> 
> I commented out the offending line instead of removing it just in case
> it is useful in the future.

I suppose it is not much more work to fix this line for real?
Hints:
  - If there is no variable 'saved_auxdir' in this function, maybe there
    is a variable 'auxdir'?
  - What do the comments hint at?
  - What does the history of the file ('gitk pygnulib/GLTestDir.py',
    'git annotate pygnulib/GLTestDir.py') tell you?

Bruno




Reply via email to