Code review comment for lp:~davidc3/unity-scope-chromiumbookmarks/icons-n-dups

Revision history for this message
Paweł Stołowski (stolowski) wrote :

45 + if not os.path.exists(TMP):
46 + tmp_folder = tempfile.mkdtemp()

shouldn't it also set TMP = tmp_folder? Otherwise, if TMP doesn't exist, it will create a new tmp folder on each search?

review: Needs Information

« Back to merge proposal