Skip to content

Commit

Permalink
set checkout to true if all packages re checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 10, 2019
1 parent 448d8fc commit 6bd5d30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ def checked_out_MPS():
git_initialized = False
try:
with open(checked_out_packages, "r") as f:
packages = ("/Alignment/", "/Alignment/MillePedeAlignmentAlgorithm/")
packages = ("/Alignment/", "/Alignment/MillePedeAlignmentAlgorithm/","/*/")
for line in f:
if line.strip() in packages:
checked_out = True
Expand Down

0 comments on commit 6bd5d30

Please sign in to comment.