We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d43cfce + a73ee4f commit 8c3fa0eCopy full SHA for 8c3fa0e
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