Skip to content

Commit cbd5fb8

Browse files
committed
restore project setting
1 parent 0ed5c40 commit cbd5fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghidriff/ghidra_diff_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def setup_project(
494494
self.project = None
495495

496496
try:
497-
project = GhidraProject.openProject(project_location, project_name, False)
497+
project = GhidraProject.openProject(project_location, project_name, True)
498498
self.logger.info(f'Opened project: {project.project.name}')
499499
except (IOException, NotFoundException):
500500
project = GhidraProject.createProject(project_location, project_name, False)

0 commit comments

Comments
 (0)