Checking if from_path exists
This commit is contained in:
parent
e2e59c78ab
commit
29a4370ec2
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ def create_copy_command (props):
|
||||||
return [ 'true' ]
|
return [ 'true' ]
|
||||||
|
|
||||||
from_path = os.path.join (get_web_base (), builder, commit[:2], commit, 'gdb.sum.xz')
|
from_path = os.path.join (get_web_base (), builder, commit[:2], commit, 'gdb.sum.xz')
|
||||||
|
|
||||||
|
if not os.path.exists (from_path):
|
||||||
|
return [ 'false' ]
|
||||||
|
|
||||||
if istry and istry == 'yes':
|
if istry and istry == 'yes':
|
||||||
to_path = os.path.join (get_web_base (), builder, 'try', rev[:2], rev)
|
to_path = os.path.join (get_web_base (), builder, 'try', rev[:2], rev)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue