From 553eb503e9a42c75a31b53efa95b3f8542f4bf0f Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Sat, 11 Mar 2017 19:40:21 -0800 Subject: [PATCH] munkiimport: Add a TODO --- code/client/munkiimport | 1 + 1 file changed, 1 insertion(+) diff --git a/code/client/munkiimport b/code/client/munkiimport index ccc0de24..dca78bd9 100755 --- a/code/client/munkiimport +++ b/code/client/munkiimport @@ -715,6 +715,7 @@ def make_catalogs(repo, options): def cleanup_and_exit(exitcode): """Unmounts the repo if we mounted it, then exits""" result = 0 + # TODO: reimplement this #if repo and repo.mounted and repo.WE_MOUNTED_THE_REPO: # if not NOINTERACTIVE: # answer = raw_input('Unmount the repo fileshare? [y/n] ')