mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Fix LGTM.com warning: Unnecessary pass
This commit is contained in:
parent
3aac3f5583
commit
d206b8c477
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ def load_languages():
|
||||||
languages[i].groups[shlex.split(line)[1]] = {}
|
languages[i].groups[shlex.split(line)[1]] = {}
|
||||||
# print("current group: "+languages[i].get_current_group())
|
# print("current group: "+languages[i].get_current_group())
|
||||||
elif line[0] == "t":
|
elif line[0] == "t":
|
||||||
pass
|
|
||||||
try:
|
try:
|
||||||
temp_translation = shlex.split(line) #errors
|
temp_translation = shlex.split(line) #errors
|
||||||
except ValueError as err:
|
except ValueError as err:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue