Skip to content

Commit

Permalink
number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 12, 2024
1 parent a796d8d commit 828a41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dude.py
Original file line number Diff line number Diff line change
Expand Up @@ -2987,7 +2987,7 @@ def data_precalc(self):
self.status('Precalculating data...')
self_groups_tree_get_children = self.groups_tree_get_children

self.status_groups_configure(text=str(len(self_groups_tree_get_children())),image=self.ico['warning' if self.cfg_get_bool(CFG_KEY_CROSS_MODE) else 'empty'],compound='right',width=80,anchor='w')
self.status_groups_configure(text=fnumber(len(self_groups_tree_get_children())),image=self.ico['warning' if self.cfg_get_bool(CFG_KEY_CROSS_MODE) else 'empty'],compound='right',width=80,anchor='w')

path_stat_size={}
path_stat_size_get=path_stat_size.get
Expand Down

0 comments on commit 828a41b

Please sign in to comment.