Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2023
1 parent 271dca4 commit 2309a47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/launchBsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

cont = 0
for command in lines:

rpt = repeat
while rpt > 0:
f = open("/tmp/suehrjksui", "w")
Expand Down
1 change: 0 additions & 1 deletion scripts/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def checkinstalled(name):


def initvar():

print("processors in cpu : ", cpu_count())
opt["Make_Threads"] = str(cpu_count() / 2)
if int(opt["Make_Threads"]) > 8:
Expand Down

0 comments on commit 2309a47

Please sign in to comment.