##// END OF EJS Templates
py3: handle keyword arguments correctly in statprof.py...
Pulkit Goyal -
r35371:c5853c9a default
parent child Browse files
Show More
@@ -922,7 +922,7 b' def main(argv=None):'
922
922
923 load_data(path=path)
923 load_data(path=path)
924
924
925 display(**displayargs)
925 display(**pycompat.strkwargs(displayargs))
926
926
927 return 0
927 return 0
928
928
General Comments 0
You need to be logged in to leave comments. Login now