Skip to content

Commit

Permalink
Add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Sep 27, 2024
1 parent 4e72773 commit 3d31590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/python/nexus_nei2019_linker.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python
"""
Simple utility to link the appropriate NEI2019 date for the workflow.
"""

import os
from datetime import datetime, timedelta
from glob import glob
Expand Down

0 comments on commit 3d31590

Please sign in to comment.