Mercurial > libervia-backend
diff sat/tools/common/files_utils.py @ 2624:56f94936df1e
code style reformatting using black
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 27 Jun 2018 20:14:46 +0200 |
parents | d78eff6b4487 |
children | 003b8b4b56a7 |
line wrap: on
line diff
--- a/sat/tools/common/files_utils.py Wed Jun 27 07:51:29 2018 +0200 +++ b/sat/tools/common/files_utils.py Wed Jun 27 20:14:46 2018 +0200 @@ -30,6 +30,6 @@ ori_path = path idx = 1 while os.path.exists(path): - path = ori_path + u'_' + unicode(idx) + path = ori_path + u"_" + unicode(idx) idx += 1 return path