Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673162980
  • Loading branch information
colaboratory-team committed Sep 11, 2024
1 parent c6f0988 commit d324cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _mount(
d.expect(prompt)
if 'ENABLE_DIRECTORYPREFETCHER' in _os.environ:
d.sendline(
"""nohup bash -c '{d}/directoryprefetcher_binary -v=1 -mountpoint={mnt}' """
"""nohup bash -c '{d}/directoryprefetcher_binary -mountpoint={mnt}' """
""">> {log} 2>&1 &""".format(
d=drive_dir,
mnt=mountpoint,
Expand Down

0 comments on commit d324cf6

Please sign in to comment.