We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myschoolapp-reporting/packages/msar/src/workflows/Snapshot/Manager/All.ts
Line 108 in a256536
} const errors: typeof groups = []; const data: Data = []; async function snapshotGroup(i: number) { const tempPath = path.join(TEMP, `${pad(i)}.json`); try { const snapshot = await Single.snapshot({ session, ...options, groupId: groups[i].lead_pk, quit: true }); data[i] = snapshot; // TODO Configurable snapshot --all temp directory // TODO Optional snapshot --all temp files common.output.writeJSON(tempPath, snapshot); progressBars.log( `Wrote snapshot ${snapshot?.SectionInfo?.Teacher}'s ${snapshot?.SectionInfo?.SchoolYear} ${snapshot?.SectionInfo?.GroupName} ${snapshot?.SectionInfo?.Block} to ${cli.colors.url(outputPath)}\n`
The text was updated successfully, but these errors were encountered:
battis
No branches or pull requests
myschoolapp-reporting/packages/msar/src/workflows/Snapshot/Manager/All.ts
Line 108 in a256536
The text was updated successfully, but these errors were encountered: