Skip to content

Commit

Permalink
fix codacy issue (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan authored Dec 30, 2019
1 parent e9dec43 commit 6e369be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lyrebird_ios/device_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def get_default_app_name():
default_bundle_id = plugin_conf.get('bundle_id', '')
return default_bundle_id

def reset_screenshot_dir(self):
@staticmethod
def reset_screenshot_dir():
if os.path.exists(ios_helper.screenshot_dir):
shutil.rmtree(ios_helper.screenshot_dir)

0 comments on commit 6e369be

Please sign in to comment.