Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 committed Feb 22, 2024
1 parent 7288ff1 commit a346d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/pyact/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
class build:
def __init__(self,filename):
global filenamepath
print(os.cwd())
try:
os.mkdir('JSbuild/')
os.mkdir('/JSbuild/')
print('building')
except:
print('rebuilding')
Expand Down

0 comments on commit a346d68

Please sign in to comment.