Skip to content

Commit

Permalink
.gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretShell committed Sep 10, 2020
1 parent ca32c9a commit 4dbd8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ $RECYCLE.BIN/
# Project Specific
.sites
*.log
.settings/config.json
.settings/extra_auth.json
extras/OFRenamer/.settings/config.json
.settings/*
extras/OFRenamer/.settings/*
13 changes: 0 additions & 13 deletions extras/OFRenamer/helpers/main_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,6 @@ def get_directory(directory, site_name):
x = os.path.join(fp, directory)
return os.path.abspath(x)


def format_directory(j_directory, site_name, username, location="", api_type=""):
directory = j_directory
user_directory = os.path.join(directory, username)
metadata_directory = os.path.join(user_directory, "Metadata")
directories = []
cats = ["", "Free", "Paid"]
for cat in cats:
directories.append(
[location, os.path.join(user_directory, api_type, cat, location+"/")])
return [user_directory, metadata_directory, directories]


def are_long_paths_enabled():
if os_name == "Windows":
from ctypes import WinDLL, c_ubyte
Expand Down

0 comments on commit 4dbd8df

Please sign in to comment.