mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Update module_handler.py
This commit is contained in:
parent
9d66d26b8d
commit
f69d458ab6
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user