Skip to content

Commit 1ddad93

Browse files
committed
rework PR156 fix a bit to really apply
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6176 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent a305e62 commit 1ddad93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mig/shared/refunctions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ def build_reitem_object(configuration, re_dict):
388388
if not created_timestamp:
389389
created_timestamp = datetime.datetime.utcfromtimestamp(0)
390390
created_timetuple = created_timestamp.timetuple()
391-
created_timetuple = re_dict['CREATED_TIMESTAMP'].timetuple()
392391
created_asctime = time.asctime(created_timetuple)
393392
created_epoch = time.mktime(created_timetuple)
394393
return {

0 commit comments

Comments
 (0)