mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 02:12:49 +00:00
Small fix
This commit is contained in:
parent
7718dea4a6
commit
31951d633e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: abf-console-client
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
Summary: Console client for ABF (https://abf.rosalinux.ru)
|
||||
Group: System/Configuration/Packaging
|
||||
|
|
2
abf.py
2
abf.py
|
@ -267,7 +267,7 @@ def put():
|
|||
except ValueError, ex:
|
||||
log.error('Incorrect "--minimal-file-size" value: %s' % command_line.minimal_file_size)
|
||||
exit(1)
|
||||
error_count = upload_files(models, min_size, remove_files=not command_line.do_not_remove_files, path=yaml_path)
|
||||
error_count = upload_files(models, min_size, remove_files=not command_line.do_not_remove_files, path=path)
|
||||
if error_count:
|
||||
log.info('There were errors while uploading, stopping.')
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue