Skip to content

AttributeError: 'str' object has no attribute 'iteritems' #15

@guidtz

Description

@guidtz

Hello,

I would try watcher in Debian Wheezy so when I launch ./watcher.py debug I have this error :
2013-10-23 15:44:29.731466
<open file '/root/.watcher/jobs.yml', mode 'r' at 0x1a598a0>
'str' object has no attribute 'iteritems'
Traceback (most recent call last):
File "./watcher.py", line 407, in
daemon.run()
File "./watcher.py", line 287, in run
for job in jobs.iteritems():
AttributeError: 'str' object has no attribute 'iteritems'

In /root/.watcher/jobs.yml I have :

; ----------------------
; General Settings
; ----------------------
[DEFAULT]

; where to store output
logfile=/var/log/watcher.log

; where to save the PID file
pidfile=/var/run/watcher.pid

; ----------------------
; Job Setups
; ----------------------

[job1]
watch=/home/ftp
events=create
recursive=true
command=/root/ajout_fichier.sh $filename

Thanks for your help
And in

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions