mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +01:00
fix python syntax error from last commit
This commit is contained in:
parent
eb75d7b2f7
commit
1faaae30f4
@ -2603,7 +2603,7 @@ def get_default_editor():
|
||||
dist = platform.dist()[0]
|
||||
if dist == 'debian':
|
||||
return 'editor'
|
||||
else if dist == 'fedora':
|
||||
elif dist == 'fedora':
|
||||
return 'vi'
|
||||
return 'vim'
|
||||
return 'vi'
|
||||
|
Loading…
Reference in New Issue
Block a user