Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
olb
hreports
Commits
13a06cea
Commit
13a06cea
authored
Mar 10, 2018
by
Philippe
Committed by
olb
Aug 25, 2019
Browse files
python3: use normal str for locale
parent
46d19b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/hreport
View file @
13a06cea
...
...
@@ -191,7 +191,7 @@ def doassets(options):
def
main
(
argv
):
locale
.
setlocale
(
locale
.
LC_ALL
,
b
'fr_FR.utf-8'
)
locale
.
setlocale
(
locale
.
LC_ALL
,
'fr_FR.utf-8'
)
options
=
process_args
(
argv
)
doreports
(
options
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment