do preview if not in SVN
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4204 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1efe6c87da552f253bf9e5442ee4d7c8703b880b Former-commit-id: 0710e33d696bc2d42274599b343fb67811aebbab
This commit is contained in:
parent
7a42b8693f
commit
236d259e65
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,7 @@ def check_car(myoptions, module, index, path, car, model):
|
|||
screenshot = True
|
||||
elif (preview_ver < 0):
|
||||
print "Preview : Not in version control"
|
||||
screenshot = True
|
||||
elif (preview_ver < standard_ver):
|
||||
print "Preview : Out of date"
|
||||
screenshot = True
|
||||
|
@ -224,6 +225,7 @@ def check_car(myoptions, module, index, path, car, model):
|
|||
screenshot = True
|
||||
elif (preview_ver < 0):
|
||||
print "Preview : Not in version control"
|
||||
screenshot = True
|
||||
elif (preview_ver < standard_ver):
|
||||
print "Preview : Out of date"
|
||||
screenshot = True
|
||||
|
|
Loading…
Reference in a new issue