ISCE_INSAR/components/iscesys
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
..
Compatibility Adding all files 2019-01-16 11:40:08 -08:00
Component Error messages (#105) 2020-03-27 21:59:13 -07:00
DataManager Adding all files 2019-01-16 11:40:08 -08:00
DataRetriever Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
DateTimeUtil Adding all files 2019-01-16 11:40:08 -08:00
DebugLiner Adding all files 2019-01-16 11:40:08 -08:00
DictUtils iscesys/DictUtils: made a copy of the configuration dict before iterating over it 2020-03-18 11:26:00 -07:00
Display Adding all files 2019-01-16 11:40:08 -08:00
Dumpers Adding all files 2019-01-16 11:40:08 -08:00
ImageApi clang fixes 2019-05-27 22:11:32 -07:00
ImageUtil Adding all files 2019-01-16 11:40:08 -08:00
Parsers Catch StopIteration exception for python 3.7 compatibility. 2019-02-07 10:30:20 -08:00
StdOE Adding all files 2019-01-16 11:40:08 -08:00
StdOEL Adding all files 2019-01-16 11:40:08 -08:00
Stitcher Adding all files 2019-01-16 11:40:08 -08:00
Traits Adding all files 2019-01-16 11:40:08 -08: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