Comment 3 for bug 1035717

Revision history for this message
Arturo Torres Sánchez (r2d2.art2005) wrote :

The solution is quite simple. In wallclock.py, change line 269 from
  if os.path.isfile( self.parent.config_engine.slidewall_live_dir + '/' + basename+'/hour25.png'):
to
  if os.path.isfile(basename+'/hour25.png'):