Skip to content

Commit

Permalink
prettify: make sure we prefer the included fprettify over any other
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Nov 22, 2019
1 parent a698b45 commit 4a2acb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prettify/prettify.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from prettify_cp2k import normalizeFortranFile
from prettify_cp2k import replacer

sys.path.append(path.join(path.dirname(path.abspath(__file__)), "fprettify"))
sys.path.insert(0, path.join(path.dirname(path.abspath(__file__)), "fprettify"))
from fprettify import reformat_ffile, fparse_utils, log_exception


Expand Down

0 comments on commit 4a2acb8

Please sign in to comment.