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

Remove warning when account doesn't have axafvv access #242

Merged
merged 2 commits into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mica/archive/asp_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
label='asp_l1',
small='asp1{fidprops}',
small_glob='*fidpr*',
small_ver_regex='pcadf\d+N(\d{3})_',
small_ver_regex=r'pcadf\d+N(\d{3})_',
full='asp1',
filecheck=False,
cols=ARCHFILES_HDR_COLS,
Expand Down
2 changes: 0 additions & 2 deletions mica/report/tests/test_write_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
except Exception:
if on_head_network() and not has_sybase():
warn("On HEAD but no sybase access. Run ska_envs or define SYBASE/SYBASE_OCS")
if on_head_network() and has_sybase():
warn(f"{user} account probably doesn't have axafvv database access")
HAS_SYBASE_ACCESS = False


Expand Down