Skip to content

Commit

Permalink
Fixing python script for Nate
Browse files Browse the repository at this point in the history
  • Loading branch information
grf14003 committed Feb 26, 2020
1 parent 7dd54da commit 20a0390
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bfs/build/*
!bfs/build/.blank
bfs/bin/*
!bfs/bin/.blank
*.log
8 changes: 8 additions & 0 deletions bfs/scripts/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ Could not acquire mutex to add new client thread
Listening for clients...
Hello new client!
Listening for clients...
Could not acquire mutex to add new client thread
Listening for clients...
Hello new client!
Listening for clients...
Could not acquire mutex to add new client thread
Listening for clients...
Hello new client!
Listening for clients...
2 changes: 1 addition & 1 deletion bfs/scripts/startbfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import multiprocessing as mp

os.chdir(os.path.dirname(__file__))
os.chdir(os.path.dirname(os.path.abspath(__file__)))


def start_program(program):
Expand Down

0 comments on commit 20a0390

Please sign in to comment.