mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove print statements from updater.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
2e0f84c486
commit
26b92473b4
1 changed files with 0 additions and 2 deletions
|
|
@ -251,9 +251,7 @@ def get_one_valid_targetinfo(self, target_filename):
|
|||
root_file = os.path.join(repository_directory, 'metadata',
|
||||
'current', 'root.json')
|
||||
|
||||
print('testing root_file: ' + repr(root_file))
|
||||
if not os.path.isfile(root_file):
|
||||
print('Root file does not exist!')
|
||||
raise tuf.exceptions.Error('The Root file must exist'
|
||||
' at ' + repr(root_file))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue