##// END OF EJS Templates
py3: fix args handling for obsfate template...
Pulkit Goyal -
r35143:6fe99a8e default
parent child Browse files
Show More
@@ -608,6 +608,7 b' def showobsfate(**args):'
608 # the verbosity templatekw available.
608 # the verbosity templatekw available.
609 succsandmarkers = showsuccsandmarkers(**args)
609 succsandmarkers = showsuccsandmarkers(**args)
610
610
611 args = pycompat.byteskwargs(args)
611 ui = args['ui']
612 ui = args['ui']
612
613
613 values = []
614 values = []
General Comments 0
You need to be logged in to leave comments. Login now