Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    rea2074e r34e1494  
    343343        # make a directory for this test
    344344        # mkdir makes the parent directory only so add a dummy
    345         mkdir(os.path.join(dst, name ))
     345        mkdir(os.path.join(dst, "dir"))
    346346
    347347        # moves the files
Note: See TracChangeset for help on using the changeset viewer.