Skip to content
Snippets Groups Projects
Commit 47ee425f authored by Aleksandra Dimitrova's avatar Aleksandra Dimitrova
Browse files

path for backend corrected

parent 6b872992
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import os, time, sys
The following are the import for the backend. Just write the name of the script without .py.
Then you can immediately use the function from the script directly in the app.
"""
sys.path.append(os.path.join(os.path.dirname(sys.path[0]),'Backend'))
sys.path.append(os.path.join(os.path.dirname(sys.path[0]),'backend'))
import dqn, petrinet
import eventlog as elog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment