Skip to content

Commit

Permalink
Update tasks.py - remove explicit path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthijspals authored Mar 18, 2024
1 parent dbfaa5f commit 0146da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/c2st/tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from invoke import task
from pathlib import Path

basepath = "/Users/michaeldeistler/Documents/phd/labproject/docs/notebooks/c2st"
basepath = ""

open_cmd = "open"

Expand Down

0 comments on commit 0146da7

Please sign in to comment.