Skip to content
Snippets Groups Projects
Commit 6f4b733c authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 9ab129c6
Branches main
No related tags found
No related merge requests found
import datetime, os
from datetime import timezone
import glob
import numpy as np
from ssec_rink_util.util import GenericException
import re
class Files:
......
class MyGenericException(Exception):
import numpy as np
class GenericException(Exception):
def __init__(self, message):
self.message = message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment