1
1
Fork 0
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:
Dimitri Papadopoulos 2021-11-01 17:09:30 +01:00
parent 3aac3f5583
commit d206b8c477
No known key found for this signature in database
GPG key ID: 95998121D9D25F5D

View file

@ -87,7 +87,6 @@ def load_languages():
languages[i].groups[shlex.split(line)[1]] = {}
# print("current group: "+languages[i].get_current_group())
elif line[0] == "t":
pass
try:
temp_translation = shlex.split(line) #errors
except ValueError as err: