Skip to content

Commit 5ceab76

Browse files
committed
Typo
1 parent 52377d1 commit 5ceab76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pckgd/Install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
batchContent = batchContent + '''\n\nData.pckgdCaller = "MorningBatch"\nmodel.CallScript("Pckgd")'''
88
model.WriteContentPython("MorningBatch", batchContent)
99

10-
scheduledTasks = model.TextContent('ScheduledTasks')
10+
batchContent = model.TextContent('ScheduledTasks')
1111
if '''model.CallScript("Pckgd")''' not in batchContent and '''model.CallScript('Pckgd')''' not in batchContent:
1212
batchContent = batchContent + '''\n\nData.pckgdCaller = "ScheduledTasks"\nmodel.CallScript("Pckgd")'''
1313
model.WriteContentPython("ScheduledTasks", batchContent)
1414

15-
print("REDIRECT=/PyScript/Pckgd?c=installed")
15+
print("REDIRECT=/PyScript/Pckgd?c=installed") # This generally doesn't work, but we can dream.

0 commit comments

Comments
 (0)