##// END OF EJS Templates
py3: add b'' prefixes in doc/check-seclevel.py...
Pulkit Goyal -
r41391:77763dc5 default
parent child Browse files
Show More
@@ -163,8 +163,8 b' option.'
163 (options, args) = optparser.parse_args()
163 (options, args) = optparser.parse_args()
164
164
165 ui = uimod.ui.load()
165 ui = uimod.ui.load()
166 ui.setconfig('ui', 'verbose', options.verbose, '--verbose')
166 ui.setconfig(b'ui', b'verbose', options.verbose, b'--verbose')
167 ui.setconfig('ui', 'debug', options.debug, '--debug')
167 ui.setconfig(b'ui', b'debug', options.debug, b'--debug')
168
168
169 if options.file:
169 if options.file:
170 if checkfile(ui, options.file, options.initlevel):
170 if checkfile(ui, options.file, options.initlevel):
General Comments 0
You need to be logged in to leave comments. Login now