mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +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):
|
def count_rf(path):
|
||||||
nonlocal max_step
|
nonlocal max_step
|
||||||
max_step += 1
|
max_step += 1
|
||||||
extension = get_extension(path)
|
if get_extension(path) == "szs":
|
||||||
if extension == "szs":
|
|
||||||
if not (os.path.realpath(path) in extracted_file):
|
if not (os.path.realpath(path) in extracted_file):
|
||||||
extracted_file.append(os.path.realpath(path))
|
extracted_file.append(os.path.realpath(path))
|
||||||
max_step += 1
|
max_step += 1
|
||||||
|
|
Loading…
Reference in a new issue