Skip to content

Commit

Permalink
Update shebang to use env and ensure presence in data files
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Jan 31, 2024
1 parent ab2b0ea commit 4242722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import boto3
import cloudpickle
import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import boto3
import cloudpickle
import os
Expand Down
2 changes: 1 addition & 1 deletion cloudknot/templates/script.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import boto3
import cloudpickle
import os
Expand Down

0 comments on commit 4242722

Please sign in to comment.