Skip to content
Snippets Groups Projects
Commit 4a48fc71 authored by Christian Weber's avatar Christian Weber
Browse files

limitSetting - prevent segfault on completion

parent ce88c47d
No related branches found
No related tags found
No related merge requests found
......@@ -1116,6 +1116,7 @@ if __name__ == '__main__':
reportMemUsage.reportMemUsage(startTime = startTime)
del dataObj, templatePaths # delete this objects manually and explcitly to avoid a segmentation fault
print("All Done!")
#import pdb; pdb.set_trace() # import the debugger and instruct it to stop here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment