Browse Source

Merge pull request #2793 from lpaulmp/use-env-python-header

Set widely used header to execute python scripts in different OS
pull/2819/head
Aivars Sterns 6 years ago
committed by GitHub
parent
commit
f3ed740a75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/inventory_builder/inventory.py

2
contrib/inventory_builder/inventory.py

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

Loading…
Cancel
Save