10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00

Update module_handler.py

This commit is contained in:
Thomas Applencourt 2017-01-19 16:03:57 -06:00 committed by GitHub
parent 9d66d26b8d
commit f69d458ab6

View File

@ -298,7 +298,7 @@ if __name__ == '__main__':
# Don't update if we are not in the main repository # Don't update if we are not in the main repository
from is_master_repository import is_master_repository from is_master_repository import is_master_repository
if not is_master_repository: if not is_master_repository:
print 'Not in the master repo' print >> sys.stderr, 'Not in the master repo'
sys.exit() sys.exit()
path = os.path.join(module_abs, ".gitignore") path = os.path.join(module_abs, ".gitignore")