Skip to content

Commit

Permalink
Merge pull request AllskyTeam#3715 from AllskyTeam/3714-revert-bit-de…
Browse files Browse the repository at this point in the history
…pth-change

AllskyTeam#3714 Revert image change
  • Loading branch information
EricClaeys authored Jun 30, 2024
2 parents 1e70485 + b1f890a commit 478f3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/allsky_loadimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def loadimage(params, event):
result = "Image {0} Loaded".format(s.CURRENTIMAGEPATH)

try:
s.image = cv2.imread(s.CURRENTIMAGEPATH, cv2.IMREAD_UNCHANGED)
s.image = cv2.imread(s.CURRENTIMAGEPATH)
if s.image is None:
result = s.ABORT
except Exception as e:
Expand Down

0 comments on commit 478f3e6

Please sign in to comment.