Skip to content

Commit

Permalink
Merge pull request #5 from GertjanBisschop/add_init
Browse files Browse the repository at this point in the history
add init
  • Loading branch information
GertjanBisschop committed Sep 1, 2023
2 parents 33077ac + d06b500 commit 04f368d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

def main(gimble_dir=None):
if gimble_dir is None:
gimble_dir = os.path.dirname(os.path.realpath(__file__))
gimble_dir = os.path.dirname(os.path.join(os.path.realpath(__file__), '..'))
try:
start_time = timer()
__version__ = '0.0.1'
Expand Down
Empty file added lib/__init__.py
Empty file.

0 comments on commit 04f368d

Please sign in to comment.