summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Pilch <cpilch@google.com>2018-04-30 16:02:55 -0700
committerChristopher Pilch <cpilch@google.com>2018-04-30 16:02:55 -0700
commit43dbdc6501ba1b851b1e7038d184295c2a765bb9 (patch)
treeed76bc3bd443834bcb8e56dca6229bf9ff374e8d
parentfb841427a9a2418dd46edc25dfbcded1d079b8f5 (diff)
downloadadt-infra-43dbdc6501ba1b851b1e7038d184295c2a765bb9.tar.gz
Fix syntax in psq_boot.py/emu-gn-dev
Change-Id: I710d49e2c4dc81c8cf2cd2afd9952ee2e60b516b
-rwxr-xr-xemu_test/psq_boot_test/psq_boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu_test/psq_boot_test/psq_boot.py b/emu_test/psq_boot_test/psq_boot.py
index 477c656a..3190b591 100755
--- a/emu_test/psq_boot_test/psq_boot.py
+++ b/emu_test/psq_boot_test/psq_boot.py
@@ -196,7 +196,7 @@ def set_emu_args(emu_binary):
if not os.path.exists(emu_argparser.emu_args.session_dir):
os.makedirs(emu_argparser.emu_args.session_dir)
if not os.path.exists(os.path.join(session_dir, emu_argparser.emu_args.test_dir)):
- os.makedirs(os.path.join(session_dir, emu_argparser.emu_args.test_dir)
+ os.makedirs(os.path.join(session_dir, emu_argparser.emu_args.test_dir))
if __name__ == '__main__':