fwang2 / pcircle

A suite of parallel file system tools designed for performance and scalability
Apache License 2.0
27 stars 5 forks source link

exception when removing non-existing G.tempdir #59

Closed fwang2 closed 6 years ago

fwang2 commented 6 years ago

Exception occurs when the tempdir is non-existing.

Traceback (most recent call last):
  File "/home/f7b/pdev/bin/fcp", line 11, in <module>
    load_entry_point('pcircle', 'console_scripts', 'fcp')()
  File "/home/f7b/pcircle/pcircle/fcp.py", line 1060, in main
    os.rmdir(G.tempdir)