From a09b9d648e4595175440531f0fad8769556c52b5 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Mon, 31 May 2021 11:13:30 +0200 Subject: [PATCH] fixes for OSX --- monolens/intro.py | 5 +++-- monolens/util.py | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/monolens/intro.py b/monolens/intro.py index 5f4d67c..8c591db 100644 --- a/monolens/intro.py +++ b/monolens/intro.py @@ -15,9 +15,10 @@ def __init__(self): self.setWindowFlag(QtCore.Qt.WindowCloseButtonHint, False) with open(Path(__file__).parent / ".." / "README.md") as f: - m = re.search("\n(.+?)\n\n(.+?)\n