This commit is contained in:
yumoqing 2022-09-14 10:11:24 +08:00
parent 58a79e2602
commit bbc41d093d
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class Script:
env['root_path'] = self.root
env['url'] = url
env['filepath'] = filepath
print(f'workdir={env['workdir']}--------')
print(f"workdir={env['workdir']}--------")
if platform == 'android':
self.show_info(env)

View File

@ -1 +1 @@
__version__ = '0.3.10'
__version__ = '0.3.11'