domhnallmorr / Tk-Path-Finder

Windows File Explorer/Manager with Tabs. Written in Tkinter using ttkbootstrap.
MIT License
16 stars 5 forks source link

Copy Progress Divide by zero #20

Closed domhnallmorr closed 2 years ago

domhnallmorr commented 2 years ago

Happened when copying multiple empty folders on server 5;

File "C:\Users\domhnall.morrisey\Downloads\Tk-Path-Finder-main\Tk-Path-Finder-main\src\paste_windows.py", line 79, in check_progress progress = round(current_size/self.total_size, 2) ZeroDivisionError: division by zero

domhnallmorr commented 2 years ago

Resolved in V0.25.3