changeset 3199 | fc63b80ec979 |
parent 3163 | edfe43ceaa35 |
parent 3192 | 93c8fdcd943e |
child 3230 | 1d25e928c299 |
--- a/server/migractions.py Mon Sep 14 08:34:11 2009 +0200 +++ b/server/migractions.py Mon Sep 14 11:25:56 2009 +0200 @@ -116,7 +116,7 @@ config = self.config repo = self.repo_connect() # paths - timestamp = datetime.now().strftime('%Y-%m-%d_%H:%M:%S') + timestamp = datetime.now().strftime('%Y-%m-%d_%H-%M-%S') instbkdir = osp.join(config.appdatahome, 'backup') if not osp.exists(instbkdir): os.makedirs(instbkdir)