Merge pull request 'remove last print statement' (#11) from First_Starting_Bug into main
Reviewed-on: http://192.168.178.135:3000/Fabelous/MPENN/pulls/11
This commit is contained in:
commit
8f5c5ccab7
|
@ -53,7 +53,6 @@ class CreateFolder(Ctk.CTkFrame):
|
|||
return
|
||||
try:
|
||||
os.makedirs(full_path)
|
||||
print(f"Folder created at: {full_path}")
|
||||
self.data_saver.create(full_path)
|
||||
except OSError:
|
||||
self.error_txt = "There occured an error creating the Folder"
|
||||
|
|
Loading…
Reference in New Issue