blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 77 forks source link

Renames dir variable for directoy #88

Closed chaps closed 3 years ago

chaps commented 4 years ago

The dir is a built-in function, ref: https://docs.python.org/3/library/functions.html#dir renaming it to directory to avoid confusion.

KokoseiJ commented 3 years ago

Sorry for the late merge. Didn't see it before. seems great and not breaking anything. Thanks for your contribution.