質問編集履歴

1

編集

2018/06/27 14:02

投稿

Hayato1201
Hayato1201

スコア220

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  try:
12
12
 
13
- omnet_output = subprocess.check_output([simexe, '-n', simfolder, simini, env.folder + 'folder.ini']).decode()#ここでエラー
13
+ omnet_output = subprocess.check_output([simexe, '-n', simfolder, simini, env.folder + 'folder.ini']).decode()#ここでエラー
14
14
 
15
15
  except Exception as e:
16
16