Changeset 02aee97 in OpenWorkouts-current for ow/utilities.py


Ignore:
Timestamp:
Feb 11, 2019, 7:17:54 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
f713dbc
Parents:
d6f8304
Message:

(#52) Ensure the generated map screenshots have the proper permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/utilities.py

    rd6f8304 r02aee97  
    225225
    226226        shutil.move(splinter_screenshot_path, screenshot_path)
    227 
     227        os.chmod(screenshot_path, 0o644)
    228228        return True
    229229
Note: See TracChangeset for help on using the changeset viewer.