質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
### 該当のソースコード(訂正 2020/01/29/12:
|
27
|
+
### 該当のソースコード(訂正 2020/01/29/12:55/)
|
28
28
|
|
29
29
|
```ここに言語名を入力
|
30
30
|
|
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
subprocess.call('"C://Users//For Programming//Documents//Python Scripts//Inkscape//inkscape.exe " + name + ".svg" + "-M" + name + ".emf" ',shell=True)
|
48
48
|
|
49
|
-
subprocess.call('inkscape + name + ".svg" + "-M" + name + "emf" ',shell=True)
|
49
|
+
subprocess.call('inkscape + name + ".svg" + "-M" + name + ".emf" ',shell=True)
|
50
50
|
|
51
51
|
```
|
52
52
|
|
1
コードの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
### 該当のソースコード
|
27
|
+
### 該当のソースコード(訂正 2020/01/29/12:29/)
|
28
28
|
|
29
29
|
```ここに言語名を入力
|
30
30
|
|
@@ -42,7 +42,9 @@
|
|
42
42
|
|
43
43
|
name = (i[0:(len(i)-4)]) #svgを抜いた奴
|
44
44
|
|
45
|
+
print(name)
|
46
|
+
|
45
|
-
subprocess.call('"C://Users//For Programming//Documents//Python Scripts//Inkscape//inkscape.exe" + name + ".svg" + "-M" + name + ".emf" ',shell=True)
|
47
|
+
subprocess.call('"C://Users//For Programming//Documents//Python Scripts//Inkscape//inkscape.exe " + name + ".svg" + "-M" + name + ".emf" ',shell=True)
|
46
48
|
|
47
49
|
subprocess.call('inkscape + name + ".svg" + "-M" + name + "emf" ',shell=True)
|
48
50
|
|