Skip to content

Commit

Permalink
Minor bug-fix
Browse files Browse the repository at this point in the history
minor version bump-up
  • Loading branch information
fccoelho committed Dec 6, 2020
1 parent da317fb commit eff4c8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Epigrass/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "2.7.1"
version = "2.7.2"
2 changes: 1 addition & 1 deletion Epigrass/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def onStraightRun(args):
"""
from Epigrass import epipanel
if args.view_only:
pth = os.path.join(os.getcwd() + f'outdata-{args.epg[0].split(".")[0]}')
pth = os.path.join(os.getcwd() + f'/outdata-{args.epg[0].split(".")[0]}')
epipanel.show(pth)
if args.backend == "mysql":
S = Simulate(fname=args.epg[0], host=args.dbhost, user=args.dbuser, password=args.dbpass, backend=args.backend)
Expand Down

0 comments on commit eff4c8c

Please sign in to comment.