mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
vision/fair
Reviewed By: zsol Differential Revision: D53258682 fbshipit-source-id: 3f006b5f31a2b1ffdc6323d3a3b08ac46c3162ce
This commit is contained in:
parent
9b981f2c7e
commit
1f92c4e9d2
@ -12,7 +12,7 @@ import sys
|
|||||||
from os.path import dirname, isfile, join
|
from os.path import dirname, isfile, join
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
def main() -> None:
|
||||||
# pyre-ignore[16]
|
# pyre-ignore[16]
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
# Parse from flags.
|
# Parse from flags.
|
||||||
@ -36,3 +36,7 @@ if __name__ == "__main__":
|
|||||||
os.environ["PYTHONPATH"] = ":".join(sys.path)
|
os.environ["PYTHONPATH"] = ":".join(sys.path)
|
||||||
for file_name in file_names:
|
for file_name in file_names:
|
||||||
subprocess.check_call([sys.executable, file_name])
|
subprocess.check_call([sys.executable, file_name])
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main() # pragma: no cover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user