Skip to content

Commit

Permalink
PEP8 code line length fixed to 79 #156
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamlika committed Feb 16, 2024
1 parent 1d845e8 commit 177d885
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 171 deletions.
11 changes: 6 additions & 5 deletions CleanMRFCache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#------------------------------------------------------------------------------
# Copyright 2020 Esri
# ------------------------------------------------------------------------------
# Copyright 2024 Esri
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -11,18 +11,18 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Name: CleanMRFCache.py
# Description: Cleans MRF Cache files by oldest access-time until free space
# requested has been achieved.
# Version: 20201109
# Version: 20240216
# Requirements: Python
# Required Arguments: -input
# Optional Arguments: -mode -ext -size
# e.g.: -mode = [del,scan], -ext=txt,mrfcache -input=d:/mrfcache_folder
# Usage: python.exe CleanMRFCache.py <arguments>
# Author: Esri Imagery Workflows team
#------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
#!/usr/bin/env python

import sys
Expand Down Expand Up @@ -95,6 +95,7 @@ def getFileInfo(self, root_only=False):
def main():
pass


if __name__ == '__main__':
main()

Expand Down
Loading

0 comments on commit 177d885

Please sign in to comment.