Skip to content

Commit 477522f

Browse files
committed
load_gpr_raw: fixed missing import sys
1 parent 7c97156 commit 477522f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raw/load_gpr_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import subprocess
1+
import subprocess, sys
22

33
subprocess.run(['gpr_tools', '-i', sys.argv[1], '-o', sys.argv[2]], check=True)

0 commit comments

Comments
 (0)