Skip to content

Commit 572aef4

Browse files
committed
Test
1 parent 851d3e6 commit 572aef4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vicutils/pdf/pdf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,4 +1640,5 @@ def launchGui():
16401640
"""
16411641
root = tk.Tk()
16421642
app = PdfCompactorApp(root)
1643-
root.mainloop()
1643+
root.mainloop()
1644+

0 commit comments

Comments
 (0)