diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-08 11:05:26 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-08 11:05:26 -0600 |
commit | 5f08ca1edd02121f950a829745a512a2bc58b016 (patch) | |
tree | 7dca54dc4f8b295cdb06b177d7ce4e2bdc1f2e16 | |
parent | 1c178e144ae404c6ee332e25c9f3ae37fb9abb23 (diff) |
* Changed variable name for consistency.
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ verbose = False blacklist = docs + "/blacklist.txt" whitelist = docs + "/whitelist.txt" pending = docs + "/pending" -rsyncBlacklist = docs + "/rsyncBlacklist" +rsync_blacklist = docs + "/rsyncBlacklist" # Classes and Exceptions class NonValidFile(ValueError): pass |