Skip to content

Commit

Permalink
Test Shebang in utils/create_scap_delta_tailoring.py to allow Python 2
Browse files Browse the repository at this point in the history
In CentOS 7 this script may be run in Python 2.7.
  • Loading branch information
Mab879 committed Nov 21, 2022
1 parent 7ee0712 commit 67a2690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/create_scap_delta_tailoring.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python

import argparse
import datetime
Expand Down

0 comments on commit 67a2690

Please sign in to comment.