vMarkusK / veeam_rest-ansible

Veeam Backup & Replication RestAPI Ansible Module
3 stars 1 forks source link

Code Validation - shebang #17

Closed vMarkusK closed 4 years ago

vMarkusK commented 4 years ago
Running sanity test 'shebang' with Python 3.6
ERROR: Found 5 shebang issue(s) which need to be resolved:
ERROR: plugins/modules/veeam_vbr_credentials.py:1:1: expected module shebang "b'#!/usr/bin/python'" but found: b'#!/usr/bin/env python'
ERROR: plugins/modules/veeam_vbr_credentials_info.py:1:1: expected module shebang "b'#!/usr/bin/python'" but found: b'#!/usr/bin/env python'
ERROR: plugins/modules/veeam_vbr_managedservers_info.py:1:1: expected module shebang "b'#!/usr/bin/python'" but found: b'#!/usr/bin/env python'
ERROR: plugins/modules/veeam_vbr_repositories_info.py:1:1: expected module shebang "b'#!/usr/bin/python'" but found: b'#!/usr/bin/env python'
ERROR: plugins/modules/veeam_vbr_servercertificate_info.py:1:1: expected module shebang "b'#!/usr/bin/python'" but found: b'#!/usr/bin/env python'