fix scp command

Change-Id: Ib84859c21df006b657d6f6c3d07491d56b8c7177
diff --git a/emu_test/utils/download_unzip_image.py b/emu_test/utils/download_unzip_image.py
index 29db8f8..2d359ca 100644
--- a/emu_test/utils/download_unzip_image.py
+++ b/emu_test/utils/download_unzip_image.py
@@ -89,8 +89,7 @@
     remote_path = '%s@%s:%s' % (args.remote_user, args.remote_ip, file_path)
     file_name = os.path.basename(remote_path)
     try:
-      #verbose_call(['scp', remote_path, '.'])
-      verbose_call(['scp', file_path, '.'])
+      verbose_call(['scp', remote_path, '.'])
       if dst_dir is not None:
         verbose_call(['mkdir', '-p', dst_dir])
         if 'x86_64' in file_path: