James Flynn

Results 2 issues of James Flynn

Adding fixes for the DownloadUsage.py script, as it failed to execute due to requirements.txt and invalid syntax errors: * Fixed print statement declarations ``` File ".\DownloadUsage.py", line 23 print "Parsing...

Fix for #389. The String comparison method was broken when the Ansible version rolled over to 2.10.0, since it was comparing Strings rather than version numbers. Ansible's version comparison function...