mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
Apply critical dependency upgrades
fix PyYAML warnings in unit tests update paramiko source file for license
This commit is contained in:
@@ -59,7 +59,7 @@ class TestParserExceptions:
|
||||
@staticmethod
|
||||
def yaml_error(data):
|
||||
try:
|
||||
yaml.load(data)
|
||||
yaml.safe_load(data)
|
||||
return None
|
||||
except Exception as e:
|
||||
return str(e)
|
||||
|
||||
Reference in New Issue
Block a user