Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLE files with names like "tle-yyyymmddHHMM" does not work #2

Open
adybbroe opened this issue May 28, 2018 · 3 comments
Open

TLE files with names like "tle-yyyymmddHHMM" does not work #2

adybbroe opened this issue May 28, 2018 · 3 comments

Comments

@adybbroe
Copy link
Contributor

Testing with tle files following the naming pattern tle-yyyymmddHHMM doesn't seem to work. Maybe untested. Had to introduce a try-except around the part where the regex pattern is tested.

I suggest using trollsift exclusively and use the config file to specify the file patters that shall be supported.

Code is overly complicated in my opinion as it is.

@adybbroe
Copy link
Contributor Author

Even with a try-except as indicated above, the archiving is not correct:

safusr.u@lxserv1096$ll /san1/aapp/tle-archive/tle_db/
total 4
drwxr-xr-x. 2 safusr.u safusrgu   33 May 27 14:35 2024_08
drwxrwxr-x. 2 safusr.u safusrgu 4096 May 27 14:35 2018_05
drwxr-xr-x. 2 safusr.u safusrgu   33 May 27 14:35 2024_07
drwxr-xr-x. 2 safusr.u safusrgu   33 May 27 14:35 2024_06

@gerritholl
Copy link
Member

Related: #10

@gerritholl
Copy link
Member

Can you check this behaviour with #11 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants