1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-30 01:44:11 +02:00

Whitespace fixes as expected by pycodestyle/pep8

This commit is contained in:
Dirk Müller
2022-04-20 19:22:35 +02:00
parent 5d7bd22340
commit 3ed913c007
5 changed files with 175 additions and 175 deletions

View File

@@ -10,8 +10,8 @@ import os
from osc import commandline, babysitter
try:
# this is a hack to make osc work as expected with utf-8 characters,
# no matter how site.py is set...
# this is a hack to make osc work as expected with utf-8 characters,
# no matter how site.py is set...
reload(sys)
loc = locale.getpreferredencoding()
if not loc: