Skip to content

Commit

Permalink
Lint DQM after merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Oct 24, 2023
1 parent 698549e commit 96e820c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nectarchain/dqm/camera_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def ConfigureForRun(self, path, Pix, Samp, Reader1):
for i, evt1 in enumerate(Reader1):
self.run_start1 = evt1.nectarcam.tel[0].svc.date

SqlFileDate = astropytime.Time(self.run_start1, format="unix").iso.split(" ")[
0
]
SqlFileDate = astropytime.Time(self.run_start1, format="unix").iso.split(" ")[0]

SqlFilePath = os.path.split(path)[0]
SqlFileName = (
Expand Down

0 comments on commit 96e820c

Please sign in to comment.