made them work properly
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4036 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f8ddf94852161075b624021fecd36a219ca15603 Former-commit-id: 54f8a9dd65f1d3f150b066f587ebc77babf2026d
This commit is contained in:
parent
3e8e3ba9fd
commit
e32ca7b69b
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ for item in list(p):
|
|||
standard_ver = check_version(standard)
|
||||
|
||||
if standard_ver:
|
||||
preview = ".".join([os.sep.join([options.dir, number, car]), "jpg"])
|
||||
preview = "-".join([os.sep.join([options.dir, number, car]), "preview.jpg"])
|
||||
preview_ver = check_version(preview)
|
||||
|
||||
if (model_ver > standard_ver):
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Uncommet for SVN version checking
|
||||
#versioning="-s"
|
||||
# of for Git-svn version checking
|
||||
versioning="-g"
|
||||
#versioning="-g"
|
||||
|
||||
drivers="`pwd`/../../drivers/"
|
||||
cars="`pwd`/../../../data/cars/models/"
|
||||
|
|
Loading…
Reference in a new issue