Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonJansen96 committed May 5, 2021
1 parent 486eac1 commit 8884706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import universe

def update(tool, message):
print("{:22s} : {:s}".format(tool, message))
print("{:18s} : {:s}".format(tool, message))

def generate_index():
os.system("gmx make_ndx -f {0} >> builder.log 2>&1 << EOF\nq\nEOF".format(universe.get('d_nameList')[-1]))
Expand Down
4 changes: 1 addition & 3 deletions write.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import utils
import universe
import os, utils, universe

def reset():
utils.update("reset", "writing reset.sh...")
Expand Down

0 comments on commit 8884706

Please sign in to comment.