hobo: consider timestamp as a string (#7189)

This commit is contained in:
Frédéric Péters 2015-05-08 15:51:27 +02:00
parent 184ba2f463
commit 8bca53a0d7
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class CmdCheckHobos(Command):
config.read(site_options_filepath)
try:
if config.getint('hobo', 'timestamp') == self.all_services.get('timestamp'):
if config.get('hobo', 'timestamp') == self.all_services.get('timestamp'):
raise NoChange()
except (ConfigParser.NoOptionError, ConfigParser.NoSectionError):
pass