ISCE_INSAR/components/isceobj/RtcProc
Ryan Burns 23f2ffaa1e
Use exist_ok argument to makedirs when appropriate (#112)
@falkamelung noted a race condition in #106 due to non-atomic directory
checking followed by os.makedirs. This pattern exists in many places
in the codebase so I went ahead and replaced the rest of them.
The new exist_ok usage should be terser and more idiomatic.
2020-04-13 12:40:32 -07:00
..
Factories.py Add files via upload 2019-09-26 15:25:09 -04:00
RtcProc.py Add files via upload 2019-09-26 15:25:09 -04:00
SConscript Adding all files 2019-01-16 11:40:08 -08:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00
runLooks.py Adding all files 2019-01-16 11:40:08 -08:00
runNormalize.py Add files via upload 2019-09-30 15:26:54 -04:00
runPreprocessor.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runTopo.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runVerifyDEM.py Adding all files 2019-01-16 11:40:08 -08:00