We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dd366 commit 2401d60Copy full SHA for 2401d60
PDL/package/pdlparse/new.py
@@ -24,8 +24,8 @@ class - a place to store variables and data
24
*/
25
\n''')
26
file.write('class main { \
27
- \n int number = 23 \
28
- \n};')
+ \n int number = 23 \
+ \n};')
29
30
31
def create_lib_script(library, script_name):
@@ -40,7 +40,7 @@ def create_lib_script(library, script_name):
40
with open(new_file, 'w') as new:
41
new.write("import os, sys \n")
42
new.write("import pdlparse as pdl \n")
43
- new.write("variables = pdl.parse.scrap_library('test.pdl')")
+ new.write(f"variables = pdl.parse.scrap_library('{library}')")
44
45
46
def create_manifest(dir):
@@ -62,4 +62,3 @@ def create_manifest(dir):
62
file.write('-_LIBS_-\n')
63
for item in libs:
64
file.write(f'{item}\n')
65
-
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments