1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00

clean output of profiles

This commit is contained in:
deadc0de6
2019-11-27 19:23:00 +01:00
parent 775057a77f
commit 723ff3dda2

View File

@@ -410,7 +410,7 @@ def cmd_list_profiles(o):
"""list all profiles"""
LOG.log('Available profile(s):')
for p in o.profiles:
LOG.sub(p)
LOG.sub(p.key)
LOG.log('')