We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6798fef commit 33287a5Copy full SHA for 33287a5
1 file changed
prune/ViewController.swift
@@ -178,6 +178,7 @@ class ViewController: NSViewController, ImportViewDelegate, SendingLoginInfoDele
178
process_TextField.stringValue = "Starting lookups..."
179
}
180
// initialize masterObjectsDict
181
+ masterObjectDict.removeAll()
182
for theObject in masterObjects {
183
masterObjectDict[theObject] = [String:[String:String]]()
184
0 commit comments