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 52377d1 commit 5ceab76Copy full SHA for 5ceab76
1 file changed
Pckgd/Install.py
@@ -7,9 +7,9 @@
7
batchContent = batchContent + '''\n\nData.pckgdCaller = "MorningBatch"\nmodel.CallScript("Pckgd")'''
8
model.WriteContentPython("MorningBatch", batchContent)
9
10
-scheduledTasks = model.TextContent('ScheduledTasks')
+batchContent = model.TextContent('ScheduledTasks')
11
if '''model.CallScript("Pckgd")''' not in batchContent and '''model.CallScript('Pckgd')''' not in batchContent:
12
batchContent = batchContent + '''\n\nData.pckgdCaller = "ScheduledTasks"\nmodel.CallScript("Pckgd")'''
13
model.WriteContentPython("ScheduledTasks", batchContent)
14
15
-print("REDIRECT=/PyScript/Pckgd?c=installed")
+print("REDIRECT=/PyScript/Pckgd?c=installed") # This generally doesn't work, but we can dream.
0 commit comments