We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9a675 commit 6490be0Copy full SHA for 6490be0
new_script.py
@@ -52,6 +52,8 @@
52
input_file=os.path.join(confdir,config_file)
53
old_text=" Script Name : "
54
new_text=(" Script Name : "+output_file)
55
+if not(os.path.exists(outputdir)):
56
+ os.mkdir(outputdir)
57
newscript = open(script, 'w')
58
input=open(input_file,'r')
59
today=datetime.date.today()
0 commit comments