We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0994122 commit 90dc0d5Copy full SHA for 90dc0d5
construct.py
@@ -709,7 +709,6 @@ def openRepository(self):
709
if repo_path:
710
try:
711
self.repo = git.Repo(repo_path)
712
- QMessageBox.information(self, "Repository Opened", f"Opened repository at {repo_path}")
713
self.setWindowTitle(f"Construct - {os.path.basename(repo_path)}")
714
except Exception as e:
715
QMessageBox.critical(self, "Error", f"Failed to open repository: {e}")
0 commit comments