From f69d458ab68d7424c31dbff85df1de4d01dc96b8 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 19 Jan 2017 16:03:57 -0600 Subject: [PATCH] Update module_handler.py --- scripts/module/module_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/module/module_handler.py b/scripts/module/module_handler.py index e2c596d1..b49609b3 100755 --- a/scripts/module/module_handler.py +++ b/scripts/module/module_handler.py @@ -298,7 +298,7 @@ if __name__ == '__main__': # Don't update if we are not in the main repository from is_master_repository import is_master_repository if not is_master_repository: - print 'Not in the master repo' + print >> sys.stderr, 'Not in the master repo' sys.exit() path = os.path.join(module_abs, ".gitignore")