mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
removed a useless variable
This commit is contained in:
parent
ab2791ad60
commit
d02709ce9d
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ def install_mod(self):
|
|||
def count_rf(path):
|
||||
nonlocal max_step
|
||||
max_step += 1
|
||||
extension = get_extension(path)
|
||||
if extension == "szs":
|
||||
if get_extension(path) == "szs":
|
||||
if not (os.path.realpath(path) in extracted_file):
|
||||
extracted_file.append(os.path.realpath(path))
|
||||
max_step += 1
|
||||
|
|
Loading…
Reference in a new issue