Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f562471

Browse files
不要なコードを削除
1 parent 85492a4 commit f562471

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

txtToCsv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def create_file_from_data(data, file):
182182
if __name__ == '__main__':
183183
# コマンドのオプションを取得
184184
[input_file, output_file] = get_options(sys.argv[1:])
185-
print(input_file, output_file)
186185
# 被験者番号を更新
187186
USER_ID = update_user_id(USER_ID)
188187
# 処理ファイルを読み込み

0 commit comments

Comments
 (0)