mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
stop function if there's a problem in track conversion
This commit is contained in:
parent
c48765f9b0
commit
45071bb469
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def patch_file(self):
|
||||||
self.patch_image(fc)
|
self.patch_image(fc)
|
||||||
for file in glob.glob(self.path_mkwf+"/files/Scene/UI/MenuSingle_?.szs"): self.patch_bmg(file)
|
for file in glob.glob(self.path_mkwf+"/files/Scene/UI/MenuSingle_?.szs"): self.patch_bmg(file)
|
||||||
self.patch_autoadd()
|
self.patch_autoadd()
|
||||||
self.patch_track(tracks, total_track)
|
if self.patch_track(tracks, total_track) != 0: return
|
||||||
|
|
||||||
self.button_install_mod.grid(row=2, column=1, columnspan=2, sticky="NEWS")
|
self.button_install_mod.grid(row=2, column=1, columnspan=2, sticky="NEWS")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue