[fix] [demo] extend sys path for make_erpnext_demo
This commit is contained in:
parent
acd3367e33
commit
3c92b21876
@ -1,3 +1,7 @@
|
||||
if __name__=="__main__":
|
||||
import sys
|
||||
sys.path.extend([".", "lib", "app"])
|
||||
|
||||
import webnotes, os
|
||||
|
||||
def make_demo_app():
|
||||
|
Loading…
Reference in New Issue
Block a user