Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alan Marchiori
labtool
Commits
2ef856ac
Commit
2ef856ac
authored
Jan 11, 2022
by
Alan Marchiori
Browse files
fix to allow running python directly from user directory
parent
079f1182
Changes
1
Hide whitespace changes
Inline
Side-by-side
lt.py
View file @
2ef856ac
...
...
@@ -19,9 +19,12 @@ import traceback
import
logging
import
logging.handlers
import
os
import
os.path
import
platform
import
sys
sys
.
path
.
append
(
os
.
path
.
expanduser
(
"~cs206/labtool"
))
__version__
=
'3.0.0'
__date__
=
'2022-01-11T11:14:38.575922'
__user__
=
'cs206'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment