Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Sourcery refactored master branch #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sourcery-ai[bot]
Copy link

@sourcery-ai sourcery-ai bot commented May 21, 2023

Branch master refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the master branch, then run:

git fetch origin sourcery/master
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai bot requested a review from Backist May 21, 2023 16:15
def toFormat(format = ["Json", "Raw String"]):
def toFormat(self):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function DataVault.toFormat refactored with the following changes:

return f"El parametro 'path' no posee un formato valido. Proporciona una ruta de sistema"
return "El parametro 'path' no posee un formato valido. Proporciona una ruta de sistema"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function Compressor.__init__ refactored with the following changes:

Comment on lines -301 to +303

if _ and file_name:

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function Notepad.saveToFile refactored with the following changes:

Comment on lines -346 to -347
else:
pass
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function Notepad.clearText refactored with the following changes:

Comment on lines -356 to +358
extra_selections=[]

#*Aseguramos que el texto se pueda modificar
if ok and not self.text_field.isReadOnly():
#*Mueve el cursor al principio del texto
self.text_field.moveCursor(QTextCursor.Start)
color= QColor(Qt.yellow)
extra_selections=[]

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function Notepad.findTextDialog refactored with the following changes:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants