diff --git a/print.py b/print.py index 178451f..57fd7d6 100644 --- a/print.py +++ b/print.py @@ -55,7 +55,7 @@ def _handle_browse_result(self, filename: Optional[str]): if not filename: return - self.file = Path(filename).resolve() + self.file = Path(filename) self.wb = openpyxl.open(self.file) self.ws = self.wb.active