mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Merge pull request #867 from tcely/patch-10
Be consistent with the tuple syntax
This commit is contained in:
commit
540408fc68
@ -198,6 +198,6 @@ def profile_func(func):
|
||||
ps.sort_stats(
|
||||
pstats.SortKey.CUMULATIVE
|
||||
).print_stats()
|
||||
return (result, (s.getvalue(), ps, s),)
|
||||
return (result, (s.getvalue(), ps, s,),)
|
||||
return wrapper
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user