Skip to content
Snippets Groups Projects
  1. Jun 21, 2020
    • Simon Arlott's avatar
      Handle access errors scanning directories · 88a72ea1
      Simon Arlott authored
      Trying to read a directory that is visible but not accessible, or a
      symlink to a file in a directory that is not accessible will raise a
      PermissionError. Output these and then continue.
      
      If os.scandir() raises an exception then the finally block accesses
      "scanner" before it is assigned, raising an UnboundLocalError.
  2. Jun 19, 2020
  3. Jun 15, 2020
  4. Jun 14, 2020
  5. Jun 11, 2020
  6. Jun 09, 2020
  7. Jun 06, 2020
  8. Jun 05, 2020
Loading