From 046a481400e6f44e1bb263b795c5df70361ec88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Mon, 29 Apr 2019 11:03:21 +0900 Subject: [PATCH] Fix: print paths --- src/web/python/chocomae/batch/backup_unregister_maestro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/python/chocomae/batch/backup_unregister_maestro.py b/src/web/python/chocomae/batch/backup_unregister_maestro.py index 7412d98..ccb4fb8 100644 --- a/src/web/python/chocomae/batch/backup_unregister_maestro.py +++ b/src/web/python/chocomae/batch/backup_unregister_maestro.py @@ -4,8 +4,8 @@ import subprocess from batch.unpaid_maestro_manager import UnpaidMaestroManager -# print('# args : {}'.format(len(sys.argv))) -# print('args : {}'.format(str(sys.argv))) +print('# args : {}'.format(len(sys.argv))) +print('args : {}'.format(str(sys.argv))) mode = 'mac' arg_count = len(sys.argv) if arg_count > 1: