Skip to content

Commit

Permalink
Tidy up update_registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jul 7, 2023
1 parent 60bd120 commit f0df3b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions update_registry.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python3
import os
import subprocess
import sys


def main():
os.chdir(r"rsciio/tests")
print(os.listdir())
cmd = ("python", "registry_utils.py", *sys.argv[1:])
cmd = ("python", "registry_utils.py")

return subprocess.call(cmd)

Expand Down

0 comments on commit f0df3b6

Please sign in to comment.