summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Pilch <cpilch@google.com>2018-04-30 15:45:45 -0700
committerChristopher Pilch <cpilch@google.com>2018-04-30 15:46:04 -0700
commitfb841427a9a2418dd46edc25dfbcded1d079b8f5 (patch)
tree64bcd905ccf2d39762fb70cb2fd53cabc173e336
parentfe4cc58bb87ad9ece3cace6b3ecbcda8f0bd9558 (diff)
downloadadt-infra-fb841427a9a2418dd46edc25dfbcded1d079b8f5.tar.gz
Updates syntax for psq_boot.py
Improper arguments where used in python line previously. Change-Id: I6aad23fd6bada138ea2624e9cc8445389c63dd38
-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 180479d7..477c656a 100755
--- a/emu_test/psq_boot_test/psq_boot.py
+++ b/emu_test/psq_boot_test/psq_boot.py
@@ -195,7 +195,7 @@ def set_emu_args(emu_binary):
emu_argparser.emu_args.test_dir = "psq_test"
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):
+ 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)