CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- added extra comment
This commit is contained in:
parent
6c740effde
commit
32743ca780
|
@ -274,7 +274,8 @@ class AirtimeProcessEvent(ProcessEvent):
|
|||
# check if file exist
|
||||
# When whole directory is copied to the organized dir,
|
||||
# inotify doesn't fire IN_CLOSE_WRITE, hench we need special way of
|
||||
# handling those cases.
|
||||
# handling those cases. We are manully calling handle_created_file
|
||||
# function.
|
||||
if os.path.exists(k):
|
||||
# check if file is open
|
||||
command = "lsof "+k
|
||||
|
|
Loading…
Reference in New Issue