Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev into master #9

Merged
merged 3 commits into from
Sep 21, 2020
Merged

Dev into master #9

merged 3 commits into from
Sep 21, 2020

Conversation

Skiller9090
Copy link
Owner

Settings changes (yml)

notifier.notify(err)
print("The Following Error Occurred In Current Module, Reported To Devs...\n"+str(err))


Copy link

Choose a reason for hiding this comment

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

Blank line at end of file

"To Fix this problem please delete or edit the 'settings.yml' file!")
else:
Settings.create_settings(self.font)

Copy link

Choose a reason for hiding this comment

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

Blank line at end of file

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 128774 lines exceeds the maximum allowed for the inline comments feature.

Copy link
Owner Author

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

Complexity increasing per file
==============================
- lucifer/Requirements.py  8
- lucifer/Errors.py  2
- lucifer/Settings.py  4
         

See the complete overview on Codacy

if settings:
try:
return reduce(operator.getitem, setting_split, settings)
except KeyError as e:
Copy link
Owner Author

Choose a reason for hiding this comment

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

return reduce(operator.getitem, setting_split, settings)
except KeyError as e:
raise LuciferSettingNotFound(setting)
except TypeError as e:
Copy link
Owner Author

Choose a reason for hiding this comment

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

if settings:
try:
return reduce(operator.getitem, setting_split, settings)
except KeyError as e:
Copy link
Owner Author

Choose a reason for hiding this comment

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

Codacy found an issue: Unused variable 'e'

@@ -0,0 +1 @@
luciferManager = None
Copy link
Owner Author

Choose a reason for hiding this comment

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

tags.append("stdout")
else:
tags.append(mapped_tag)
return *tags,
Copy link
Owner Author

Choose a reason for hiding this comment

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

Codacy found an issue: invalid syntax (F999)

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 128773 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 128777 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Sep 21, 2020

Code Climate has analyzed commit 53ecffd and detected 0 issues on this pull request.

View more on Code Climate.

@Skiller9090 Skiller9090 merged commit dbbcfe7 into master Sep 21, 2020
Skiller9090 added a commit that referenced this pull request Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant