Skip to content

Commit

Permalink
Apply Python Black formatting
Browse files Browse the repository at this point in the history
Relates to #158.
  • Loading branch information
homebysix committed Oct 31, 2020
1 parent 54b1e2a commit 2e112cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/recipe_robot_lib/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def inspect_disk_image(input_path, args, facts):
cached_app_path = os.path.join(CACHE_DIR, "unpacked", this_file)
if not os.path.exists(cached_app_path):
try:
shutil.copytree(attached_app_path, cached_app_path,True)
shutil.copytree(attached_app_path, cached_app_path, True)
except shutil.Error:
pass
# Unmount attached volume when done.
Expand Down

0 comments on commit 2e112cd

Please sign in to comment.