Skip to content

Commit

Permalink
tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasegan committed May 4, 2021
1 parent 30d4540 commit 9a8e9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/doc/test_tutorials.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
if '-nogui' not in sys.argv:
sys.argv.append('-nogui')
sys.path.push('doc/source/code/')
sys.path.push('examples/HHTut/')
sys.path.append('doc/source/code/')
sys.path.append('examples/HHTut/')
import netpyne


Expand Down

0 comments on commit 9a8e9ea

Please sign in to comment.