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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user