Skip to content

Commit

Permalink
Recognize workdir based on setup.cfg (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongreenberg authored Feb 12, 2024
1 parent 55033e5 commit 3b66878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runhouse/rns/rns_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def locate_working_dir(cls, cwd=os.getcwd()):
for search_target in [
".git",
"setup.py",
"setup.cfg",
"pyproject.toml",
"rh",
"requirements.txt",
Expand Down

0 comments on commit 3b66878

Please sign in to comment.