ci(pymake): update pymake import (#969)

develop
jdhughes-usgs 2020-08-22 11:45:38 -04:00 committed by GitHub
parent 7bdc399dc4
commit 675f4b35c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def test_str_free():
if pymake is not None:
fn1 = os.path.join(tpth, 'str.nam')
fn2 = os.path.join(ws, 'str.nam')
success = pymake.autotest.compare_heads(fn1, fn2, verbose=True)
success = pymake.compare_heads(fn1, fn2, verbose=True)
msg = 'fixed and free format input output head files are different'
assert success, msg