mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-05 04:08:21 +02:00
removed debug line
This commit is contained in:
parent
77ff1c3cec
commit
a0fe6d6387
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ def __init__(self):
|
||||||
, creationflags=CREATE_NO_WINDOW, cwd=get_dir(path))
|
, creationflags=CREATE_NO_WINDOW, cwd=get_dir(path))
|
||||||
|
|
||||||
if os.path.exists(self.path_mkwf + "/DATA"): self.path_mkwf += "/DATA"
|
if os.path.exists(self.path_mkwf + "/DATA"): self.path_mkwf += "/DATA"
|
||||||
print(self.path_mkwf, get_nodir(self.path_mkwf), get_dir(self.path_mkwf))
|
|
||||||
|
|
||||||
self.Progress(show=False)
|
self.Progress(show=False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue