-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresults.txt
736 lines (736 loc) · 159 KB
/
results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
[33m[WARNING][0m[12:05:58] Implicit 'Default' section inheritance is deprecated. It will be removed soon. To silence this warning remove settings in the 'Default' section from your coafile. You can use dots to specify inheritance: the section 'all.python' will inherit all settings from 'all'.[0m
Executing section python...
Executing section flakes...
[33m| | [NORMAL] PyUnusedCodeBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mThis file contains unused source code.[39;49;00m
[31m|----| | /app/app/__init__.py
[0m[32m| |++++| /app/app/__init__.py
[0m| 22| 22| def health():
| 23| 23| return 'SUCCESS', 200
| 24| 24|
[31m| 25| |- migrate = Migrate(app, db)
[0m[32m| | 25|+ Migrate(app, db)
[0m| 26| 26|
| 27| 27| from app import models
| 28| 28|
[34m[INFO][0m[12:06:00] Applied 'ShowPatchAction' on 'app/__init__.py' from 'PyUnusedCodeBear'.[0m
Executing section autopep8...
[33m[WARNING][0m[12:06:01] PycodestyleBear (E402): This result has no patch attached.[0m
[34m
app/student/__init__.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m.[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mviews
[33m| | [NORMAL] PycodestyleBear (E402):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE402 module level import not at top of file[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E402): This result has no patch attached.[0m
[34m
app/admin/__init__.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m.[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mviews
[33m| | [NORMAL] PycodestyleBear (E402):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE402 module level import not at top of file[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E402): This result has no patch attached.[0m
[34m
app/teacher/__init__.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m.[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mviews
[33m| | [NORMAL] PycodestyleBear (E402):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE402 module level import not at top of file[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E722): This result has no patch attached.[0m
[34m
app/face_recognition/views.py
[0m[34m| 31| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;0;128;0;01mexcept[39;00m:
[33m| | [NORMAL] PycodestyleBear (E722):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE722 do not use bare except'[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E402): This result has no patch attached.[0m
[34m
app/face_recognition/__init__.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m.[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mviews
[33m| | [NORMAL] PycodestyleBear (E402):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE402 module level import not at top of file[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[34m
constants.py
[0m[34m| 7| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mCLASSIFIER_MODEL[39m[38;2;186;33;33m'[39m:[38;2;187;187;187m·[39mos[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mabspath(os[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mdirname([38;2;25;23;124m__file__[39m))[38;2;187;187;187m·[39m[38;2;102;102;102m+[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33m/data/fea[39mture[38;2;102;102;102m/[39mclassifier[38;2;102;102;102m.[39mpkl[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (100 > 79 characters)[39;49;00m
[34m
constants.py
[0m[34m| 8| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mFEATURE_DIR[39m[38;2;186;33;33m'[39m:[38;2;187;187;187m·[39mos[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mabspath(os[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mdirname([38;2;25;23;124m__file__[39m))[38;2;187;187;187m·[39m[38;2;102;102;102m+[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33m/data/feature[39m[38;2;186;33;33m'[39m,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (80 > 79 characters)[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E722): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E722): This result has no patch attached.[0m
[34m
app/admin/views.py
[0m[34m| 113| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;0;128;0;01mexcept[39;00m:
[33m| | [NORMAL] PycodestyleBear (E722):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE722 do not use bare except'[39;49;00m
[34m
app/admin/views.py
[0m[34m| 133| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;0;128;0;01mexcept[39;00m:
[33m| | [NORMAL] PycodestyleBear (E722):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE722 do not use bare except'[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E131): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E131): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E114): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[34m
app/teacher/views.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m..models[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mAdmin,[38;2;187;187;187m·[39mStudent,[38;2;187;187;187m·[39mTimeTable,[38;2;187;187;187m·[39mPeriod,[38;2;187;187;187m·[39mClassroom,[38;2;187;187;187m·[39mStaff,[38;2;187;187;187m·[39mAttendance,[38;2;187;187;187m·[39mTeacherAttendance
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (103 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 29| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39mstaff_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mstaff_id))
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 32| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtimetable[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33msubject[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mclassro[39mom[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39msection[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (94 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 33| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33myear[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39mbegin_time[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39mend_time[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m[38;2;187;187;187m·[39m[38;2;186;33;33mfor[39m[38;2;187;187;187m·[39m[38;2;186;33;33mx[39m[38;2;187;187;187m·[39m[38;2;186;33;33min[39m[38;2;187;187;187m·[39m[38;2;186;33;33mtime_table_details][39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (133 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 47| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/viewAttendance/<string:section>/<string:year>/<string:subject>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:staff_id[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mGET[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (116 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 50| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (109 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 68| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod_id[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mx[[38;2;102;102;102m1[39m],
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (86 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 69| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (92 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 70| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mrollno[38;2;102;102;102m.[39min_(all_rollno_list)))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (105 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 103| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/editAttendance/<string:staff_id>/<string:rollno>/<string:subje[39mct[38;2;102;102;102m>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:date[38;2;102;102;102m>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:period[38;2;102;102;102m>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:mark_flag[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mPUT[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (150 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 118| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (84 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 119| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39msection,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (89 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 120| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39mstaff_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mstaff_id))))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (124 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 131| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mdate[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mdate,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (81 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 132| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mperiod,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 133| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (97 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 134| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (99 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 135| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfirst()
[33m| | [NORMAL] PycodestyleBear (E131):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE131 continuation line unaligned for hanging indent[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 144| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mperiod,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (89 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 145| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 146| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (95 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 147| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mdelete()
[33m| | [NORMAL] PycodestyleBear (E131):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE131 continuation line unaligned for hanging indent[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 154| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/markSelfAttendance/<string:subject>/<string:staff_id>/<string:[39msection[38;2;102;102;102m>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:year[38;2;102;102;102m>[39m[38;2;102;102;102m/[39m[38;2;102;102;102m<[39mstring:period[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mGET[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (136 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 162| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;64;128;128m#[39m[38;2;187;187;187m·[39m[38;2;64;128;128mcheck[39m[38;2;187;187;187m·[39m[38;2;64;128;128mwhether[39m[38;2;187;187;187m·[39m[38;2;64;128;128mthe[39m[38;2;187;187;187m·[39m[38;2;64;128;128mperiod[39m[38;2;187;187;187m·[39m[38;2;64;128;128mexsists[39m[38;2;187;187;187m·[39m[38;2;64;128;128mor[39m[38;2;187;187;187m·[39m[38;2;64;128;128mnot[39m
[33m| | [NORMAL] PycodestyleBear (E114):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE114 indentation is not a multiple of four (comment)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 166| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (84 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 167| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39msection,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (89 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 168| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39mstaff_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mstaff_id))))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (124 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 181| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39mstaff_id[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mstaff_id))))))\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (124 > 79 characters)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 184| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mteacher_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mTeacherAttendance(staff_id[38;2;102;102;102m=[39mstaff_id,[38;2;187;187;187m·[39mdate[38;2;102;102;102m=[39mdate,[38;2;187;187;187m·[39mperiod_id[38;2;102;102;102m=[39mperiod,[38;2;187;187;187m·[39msubject[38;2;102;102;102m=[39msubject,
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (111 > 79 characters)[39;49;00m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] PycodestyleBear (E501): This result has no patch attached.[0m
[34m
app/student/views.py
[0m[34m| 11| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m..models[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mStudent,[38;2;187;187;187m·[39mTimeTable,[38;2;187;187;187m·[39mPeriod,[38;2;187;187;187m·[39mClassroom,[38;2;187;187;187m·[39mStaff,[38;2;187;187;187m·[39mAttendance,[38;2;187;187;187m·[39mTeacherAttendance
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (96 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 60| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msection,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39myear[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39myear))
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (115 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 63| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtimetable[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33msubject[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mclassro[39mom[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39mfaculty_name[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (99 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 64| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mbegin_time[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mend_[39mtime[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39mperiod[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39mbluetooth_address[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (117 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 91| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mname[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mphoneno[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mrollno[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33msection[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33myear[39m[38;2;186;33;33m'[39m])
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (108 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 101| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/attendance_details_for_subject/<string:rollno>/<string:subject[39m[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mGET[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (99 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 113| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 114| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (83 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 116| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (110 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 118| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msection)))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (105 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 121| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mpresent_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperi[39mod[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m[38;2;187;187;187m·[39m[38;2;186;33;33mfor[39m[38;2;187;187;187m·[39m[38;2;186;33;33mx[39m[38;2;187;187;187m·[39m[38;2;186;33;33min[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 123| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mattendance_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mp[39meriod[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m[38;2;187;187;187m·[39m[38;2;186;33;33mfor[39m[38;2;187;187;187m·[39m[38;2;186;33;33mx[39m[38;2;187;187;187m·[39m[38;2;186;33;33min[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (96 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 146| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/attendance_summary_for_subject/<string:rollno>/<string:subject[39m[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mGET[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (99 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 158| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 159| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (83 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 161| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (110 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 163| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msection)))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (105 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 166| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mpresent_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperi[39mod[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m[38;2;187;187;187m·[39m[38;2;186;33;33mfor[39m[38;2;187;187;187m·[39m[38;2;186;33;33mx[39m[38;2;187;187;187m·[39m[38;2;186;33;33min[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 168| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mattendance_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mp[39meriod[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m[38;2;187;187;187m·[39m[38;2;186;33;33mfor[39m[38;2;187;187;187m·[39m[38;2;186;33;33mx[39m[38;2;187;187;187m·[39m[38;2;186;33;33min[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (96 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 187| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/cummulative_attendance_summary/<string:rollno>[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39mmethods[38;2;102;102;102m=[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mGET[39m[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (82 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 198| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mfunc[38;2;102;102;102m.[39mcount(TeacherAttendance[38;2;102;102;102m.[39mid)[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mtotal_attendance[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (101 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 199| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TeacherAttendance[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msection,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39myear[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39myear))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (93 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 203| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39msubject,[38;2;187;187;187m·[39mfunc[38;2;102;102;102m.[39mcount(Attendance[38;2;102;102;102m.[39m[38;2;0;128;0mid[39m)[38;2;102;102;102m.[39mlabel([38;2;186;33;33m'[39m[38;2;186;33;33mtotal_present[39m[38;2;186;33;33m'[39m))[38;2;187;187;187m·[39m\
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (108 > 79 characters)[39;49;00m
[34m
app/student/views.py
[0m[34m| 233| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/mark_attendance/<string:rollno>/<string:subject>/<string:perio[39md_id[38;2;102;102;102m>[39m[38;2;186;33;33m'[39m[38;2;186;33;33m,[39m[38;2;187;187;187m·[39m[38;2;186;33;33mmethods=[[39m[38;2;186;33;33m'[39mGET[38;2;186;33;33m'[39m[38;2;186;33;33m])[39m
[33m| | [NORMAL] PycodestyleBear (E501):
[0m| | [38;2;17;17;17;48;2;238;238;238;01mE501 line too long (103 > 79 characters)[39;49;00m
Executing section linelength...
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[34m
app/teacher/views.py
[0m[34m| 7| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m..models[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mAdmin,[38;2;187;187;187m·[39mStudent,[38;2;187;187;187m·[39mTimeTable,[38;2;187;187;187m·[39mPeriod,[38;2;187;187;187m·[39mClassroom,[38;2;187;187;187m·[39mStaff,[38;2;187;187;187m·[39mAtten[38;2;17;17;17;48;2;187;77;62;01mdance[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mTeacherAttendance[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (103 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 29| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39mstaff_id[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 32| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtimetable[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33msubject[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mclassro[39m[38;2;17;17;17;48;2;187;77;62;01mom[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (94 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 33| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33myear[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperiod[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;17;17;17;48;2;187;77;62;01mbegin_time[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mend_time[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfor[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mtime_table_details][39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (133 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 47| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/viewAttendance/<string:section>/<string:year>/<string:subject>[39m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mGET[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (116 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 50| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendan[38;2;17;17;17;48;2;187;77;62;01mce[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mlabel[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (109 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 68| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod_id[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;17;17;17;48;2;187;77;62;01m=[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m1[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m][39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (86 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 69| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39msubjec[38;2;17;17;17;48;2;187;77;62;01mt[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (92 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 70| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mrollno[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min_[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01mall_rollno_list[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (105 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 103| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/editAttendance/<string:staff_id>/<string:rollno>/<string:subje[39m[38;2;17;17;17;48;2;187;77;62;01mct[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mdate[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmark_flag[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mPUT[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (150 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 118| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msub[38;2;17;17;17;48;2;187;77;62;01mject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (84 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 119| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;17;17;17;48;2;187;77;62;01m=[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (89 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 120| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mday[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mTimeTable[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (124 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 131| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mdate[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mdat[38;2;17;17;17;48;2;187;77;62;01me[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (81 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 132| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod[38;2;17;17;17;48;2;187;77;62;01m_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 133| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39ms[38;2;17;17;17;48;2;187;77;62;01mubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (97 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 134| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mr[38;2;17;17;17;48;2;187;77;62;01mollno[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mrollno[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (99 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 144| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39mperiod_id[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (89 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 145| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(Attendance[38;2;102;102;102m.[39msubje[38;2;17;17;17;48;2;187;77;62;01mct[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 146| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mrolln[38;2;17;17;17;48;2;187;77;62;01mo[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mrollno[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (95 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 154| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/markSelfAttendance/<string:subject>/<string:staff_id>/<string:[39m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01myear[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m<[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstring[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m:[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mGET[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (136 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 166| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msub[38;2;17;17;17;48;2;187;77;62;01mject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (84 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 167| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;17;17;17;48;2;187;77;62;01m=[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (89 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 168| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mday[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mTimeTable[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (124 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 181| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01mTeacherAttendance[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mstaff_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (124 > 79)[39;49;00m
[34m
app/teacher/views.py
[0m[34m| 184| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mteacher_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mTeacherAttendance(staff_id[38;2;102;102;102m=[39mstaff_id,[38;2;187;187;187m·[39mdate[38;2;102;102;102m=[39mdate,[38;2;187;187;187m·[39mpe[38;2;17;17;17;48;2;187;77;62;01mriod_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m=[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m=[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msubject[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (111 > 79)[39;49;00m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[34m
constants.py
[0m[34m| 7| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mCLASSIFIER_MODEL[39m[38;2;186;33;33m'[39m:[38;2;187;187;187m·[39mos[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mabspath(os[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mdirname([38;2;25;23;124m__file__[39m))[38;2;187;187;187m·[39m[38;2;102;102;102m+[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33m/data/fea[39m[38;2;17;17;17;48;2;187;77;62;01mture[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m/[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mclassifier[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mpkl[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (100 > 79)[39;49;00m
[34m
constants.py
[0m[34m| 8| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mFEATURE_DIR[39m[38;2;186;33;33m'[39m:[38;2;187;187;187m·[39mos[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mabspath(os[38;2;102;102;102m.[39mpath[38;2;102;102;102m.[39mdirname([38;2;25;23;124m__file__[39m))[38;2;187;187;187m·[39m[38;2;102;102;102m+[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33m/data/feature[39m[38;2;186;33;33m'[39m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (80 > 79)[39;49;00m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:02] LineLengthBear: This result has no patch attached.[0m
[34m
app/student/views.py
[0m[34m| 11| [0m[38;2;0;128;0;01mfrom[39;00m[38;2;187;187;187m·[39m[38;2;0;0;255;01m..models[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mimport[39;00m[38;2;187;187;187m·[39mStudent,[38;2;187;187;187m·[39mTimeTable,[38;2;187;187;187m·[39mPeriod,[38;2;187;187;187m·[39mClassroom,[38;2;187;187;187m·[39mStaff,[38;2;187;187;187m·[39mAttendance,[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01mTeacherAttendance[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (96 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 60| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TimeTable[38;2;102;102;102m.[39mday[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mday,[38;2;187;187;187m·[39mTimeTable[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mTimeTable[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01myear[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01myear[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (115 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 63| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtimetable[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33msubject[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mclassro[39m[38;2;17;17;17;48;2;187;77;62;01mom[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfaculty_name[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (99 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 64| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mbegin_time[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mend_[39m[38;2;17;17;17;48;2;187;77;62;01mtime[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mbluetooth_address[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (117 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 91| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mname[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mphoneno[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mrollno[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01myear[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m][39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (108 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 101| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/attendance_details_for_subject/<string:rollno>/<string:subject[39m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mGET[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (99 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 113| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabe[38;2;17;17;17;48;2;187;77;62;01ml[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 114| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (83 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 116| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendan[38;2;17;17;17;48;2;187;77;62;01mce[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mlabel[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (110 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 118| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39mTeacherAttendan[38;2;17;17;17;48;2;187;77;62;01mce[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (105 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 121| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mpresent_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperi[39m[38;2;17;17;17;48;2;187;77;62;01mod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfor[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 123| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mattendance_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mp[39m[38;2;17;17;17;48;2;187;77;62;01meriod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfor[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (96 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 146| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/attendance_summary_for_subject/<string:rollno>/<string:subject[39m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mGET[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (99 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 158| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39mperiod_id[38;2;102;102;102m.[39mlabe[38;2;17;17;17;48;2;187;77;62;01ml[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 159| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(Attendance[38;2;102;102;102m.[39mrollno[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39mrollno,[38;2;187;187;187m·[39mAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (83 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 161| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_attendance[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(TeacherAttendance[38;2;102;102;102m.[39mdate,[38;2;187;187;187m·[39mTeacherAttendan[38;2;17;17;17;48;2;187;77;62;01mce[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mlabel[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mperiod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (110 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 163| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mand_(TeacherAttendance[38;2;102;102;102m.[39msubject[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msubject,[38;2;187;187;187m·[39mTeacherAttendan[38;2;17;17;17;48;2;187;77;62;01mce[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01msection[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (105 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 166| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mpresent_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mperi[39m[38;2;17;17;17;48;2;187;77;62;01mod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfor[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 168| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mattendance_details[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39m[[38;2;0;128;0mdict[39m((name,[38;2;187;187;187m·[39m[38;2;0;128;0mgetattr[39m(x,[38;2;187;187;187m·[39mname))[38;2;187;187;187m·[39m[38;2;0;128;0;01mfor[39;00m[38;2;187;187;187m·[39mname[38;2;187;187;187m·[39m[38;2;170;34;255;01min[39;00m[38;2;187;187;187m·[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mdate[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'[39m[38;2;186;33;33mp[39m[38;2;17;17;17;48;2;187;77;62;01meriod[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mfor[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mx[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01min[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (96 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 187| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/cummulative_attendance_summary/<string:rollno>[39m[38;2;186;33;33m'[39m,[38;2;187;187;187m·[39mmethods[38;2;102;102;102m=[39m[[38;2;186;33;33m'[39m[38;2;186;33;33mGET[39m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (82 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 198| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mfunc[38;2;102;102;102m.[39mcount(TeacherAttendance[38;2;102;102;102m.[39mid)[38;2;102;102;102m.[39mlabel([38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mtotal_attendance[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (101 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 199| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;102;102;102m.[39mfilter(and_(TeacherAttendance[38;2;102;102;102m.[39msection[38;2;187;187;187m·[39m[38;2;102;102;102m==[39m[38;2;187;187;187m·[39msection,[38;2;187;187;187m·[39mTeacherAttendance[38;2;102;102;102m.[39mye[38;2;17;17;17;48;2;187;77;62;01mar[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m==[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01myear[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (93 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 203| [0m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39m[38;2;187;187;187m·[39mtotal_present[38;2;187;187;187m·[39m[38;2;102;102;102m=[39m[38;2;187;187;187m·[39mdb[38;2;102;102;102m.[39msession[38;2;102;102;102m.[39mquery(Attendance[38;2;102;102;102m.[39msubject,[38;2;187;187;187m·[39mfunc[38;2;102;102;102m.[39mcount(Attendance[38;2;102;102;102m.[39m[38;2;17;17;17;48;2;187;77;62;01mid[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m.[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mlabel[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m([39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mtotal_present[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m)[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m\[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (108 > 79)[39;49;00m
[34m
app/student/views.py
[0m[34m| 233| [0m[38;2;170;34;[email protected][39m([38;2;186;33;33m'[39m[38;2;186;33;33m/mark_attendance/<string:rollno>/<string:subject>/<string:perio[39m[38;2;17;17;17;48;2;187;77;62;01md_id[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m>[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m,[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m·[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mmethods=[[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01mGET[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m'[39;49;00m[38;2;17;17;17;48;2;187;77;62;01m])[39;49;00m
[33m| | [NORMAL] LineLengthBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mLine is longer than allowed. (103 > 79)[39;49;00m
Executing section PythonPackageInit...
[33m[WARNING][0m[12:06:03] No files matching '/app/*.py' were found.[0m
Executing section sql...
[33m[WARNING][0m[12:06:03] SQLintBear: This result has no patch attached.[0m
[34m
dummy_queries.sql
[0m[34m| 1| [0m[38;2;0;128;0;01mINSERT[39;00m[38;2;187;187;187m·[39m[38;2;0;128;0;01mINTO[39;00m[38;2;187;187;187m·[39m`period`[38;2;187;187;187m·[39m(`id`,[38;2;187;187;187m·[39m`start_time`,[38;2;187;187;187m·[39m`end_time`)[38;2;187;187;187m·[39m[38;2;0;128;0;01mVALUES[39;00m[38;2;187;187;187m·[39m([38;2;186;33;33m'1'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'08:30:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'09:25:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'2'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'09:25:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'10:20:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'3'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'10:40:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'11:35:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'4'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'11:35:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'12:30:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'5'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'12:30:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'13:25:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'6'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'13:45:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'14:40:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'7'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'14:40:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'15:35:00'[39m),[38;2;187;187;187m·[39m([38;2;186;33;33m'8'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'15:35:00'[39m,[38;2;187;187;187m·[39m[38;2;186;33;33m'16:30:00'[39m);
[31m| | [MAJOR] SQLintBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01msyntax error at or near "`"[39;49;00m
| | [38;2;17;17;17;48;2;238;238;238;01mstdin:2:13:ERROR syntax error at or near "`"[39;49;00m
| | [38;2;17;17;17;48;2;238;238;238;01mstdin:3:13:ERROR syntax error at or near "`"[39;49;00m
| | [38;2;17;17;17;48;2;238;238;238;01mstdin:4:13:ERROR syntax error at or near "`"[39;49;00m
Executing section shell...
Executing section Docker...
[33m[WARNING][0m[12:06:04] DockerfileLintBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:04] DockerfileLintBear: This result has no patch attached.[0m
[33m[WARNING][0m[12:06:04] DockerfileLintBear: This result has no patch attached.[0m
[34m
Dockerfile
[0m[34m| 11| [0m[38;2;0;128;0;01mEXPOSE[39;00m[38;2;187;187;187m·[39m[38;2;186;33;33m5000:5000[39m
[31m| | [MAJOR] DockerfileLintBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mInvalid parameters for command.[39;49;00m
[34m
Dockerfile
[0m[34m| -1| [0m
[31m| | [MAJOR] DockerfileLintBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mRequired LABEL name/key 'Name' is not defined[39;49;00m
[34m
Dockerfile
[0m[34m| -1| [0m
[31m| | [MAJOR] DockerfileLintBear:
[0m| | [38;2;17;17;17;48;2;238;238;238;01mRequired LABEL name/key 'Version' is not defined[39;49;00m
Executing section cli...
[0m