Skip to content

Commit e6a97ee

Browse files
committed
Fix shebang location in parse_vtr_task
1 parent 574525c commit e6a97ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vtr_flow/scripts/python_libs/vtr/parse_vtr_task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#!/usr/bin/env python3
2+
13
"""
24
Parse one or more task provided
35
"""
46

5-
#!/usr/bin/env python3
67
from pathlib import Path
78
from pathlib import PurePath
89
import sys

0 commit comments

Comments
 (0)