Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simal00 authored Sep 6, 2024
1 parent 9bb26b0 commit 8841d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ JSON configs for transfers can be defined as follows:
"pattern" : "(?<![^ ])(?=[^ ])(?!ab)", ## Regex for prefixing
"sub" : "Archived_"
},
"fileRegex": "**.txt" ## accepts re module matching
"fileRegex": ".*//.txt$" ## accepts re module matching
}
```
2 changes: 0 additions & 2 deletions src/opentaskpy/addons/gcp/remotehandlers/creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def get_access_token(credentials_: dict) -> credentials:
logger = opentaskpy.otflogging.init_logging(__name__, None, None)
try:
# Get an Access Token
# auth_creds = None # Initialising authCreds

logger.info("Retrieving credentials")
auth_creds = service_account.Credentials.from_service_account_info(
credentials_["credentials"],
Expand Down

0 comments on commit 8841d15

Please sign in to comment.