Skip to content

Commit

Permalink
Merge pull request #242 from sot/no-warn-on-no-vv-access
Browse files Browse the repository at this point in the history
Remove warning when account doesn't have axafvv access
  • Loading branch information
taldcroft authored Oct 5, 2020
2 parents 59e17e2 + 35550c0 commit 8c8b762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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

0 comments on commit 8c8b762

Please sign in to comment.