mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +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(
|
ps.sort_stats(
|
||||||
pstats.SortKey.CUMULATIVE
|
pstats.SortKey.CUMULATIVE
|
||||||
).print_stats()
|
).print_stats()
|
||||||
return (result, (s.getvalue(), ps, s),)
|
return (result, (s.getvalue(), ps, s,),)
|
||||||
return wrapper
|
return wrapper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user