From: Holger Levsen Date: Fri, 12 Oct 2012 16:18:32 +0000 (+0200) Subject: fixup X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=613604ad81d2df8390636c6cd834175e376d1e0a;p=profitbricks%2Fjenkins-build-scripts.git fixup --- diff --git a/db_add.py b/db_add.py index b3e8e96..7e7738c 100755 --- a/db_add.py +++ b/db_add.py @@ -34,9 +34,9 @@ def harmonize_timeformat(time): if time != 'NULL': try: if time.isdigit(): - logger.debug('2 time = %s' % time) - time = "to_timestamp('%s')" % time - logger.debug('3 time = %s' % time) + logger.debug('2 time = %s' % time) + time = "to_timestamp('%s')" % time + logger.debug('3 time = %s' % time) except: time = "'%s'" % time logger.debug('4 time = %s' % time)