Commit Graph

6 Commits (LT1AB)

Author SHA1 Message Date
Ryan Burns 74f6473d4a
Revert exist_ok changes to scons files (#116)
Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-04-16 09:41:15 -07:00
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
piyushrpt 8345318434 Fix for importlib has no attribute util 2019-07-19 01:15:10 -07:00
piyushrpt 323010a63f
Update configuration/buildHelper.py
Co-Authored-By: mirzaees <37273875+mirzaees@users.noreply.github.com>
2019-05-07 22:26:49 -04:00
Sara Mirzaee 54106c5f91
Replace 'imp' with 'importlib' to avoid deprecation warning 2019-05-07 17:45:35 -04:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00