Skip to content

Commit

Permalink
Sync (#174)
Browse files Browse the repository at this point in the history
* Initial setup

* Fix irods tree model

* Fixed irods tree

* Build in create dir/coll buttons

* Sync in threads

* Pylint

* Default error as loglevel

* Error messages

* Create new irods sessions in the single QThreads.

* Little bug fix

* Catch error when thread session cannot be established.

* Do not pylint the ui_files

* A monster push with a lot of formatting by ruff

* Fix small bug

* More changes

* pylint and cleanup

---------

Co-authored-by: Staiger, Christine <christine.staiger@wur.nl>
  • Loading branch information
chStaiger and Staiger, Christine authored May 27, 2024
1 parent 58e39b6 commit eaf6f4a
Show file tree
Hide file tree
Showing 33 changed files with 2,267 additions and 1,541 deletions.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Maximum number of characters on a single line.
max-line-length=120

[MASTER]
ignore=ui_files,icons,_version.py

[VARIABLES]

# Maximum number of lines in a module.
Expand All @@ -12,7 +15,7 @@ max-module-lines=2000
#ignored-argument-names=_.*|^ignored_|^unused_|rule_args|callback|rei

# Catching too general exception Exception
disable=W0718,fixme,too-many-arguments
disable=W0718,fixme,too-many-arguments,R0916,R0911

# C++ modules of PyQt6 not visible to pylint
extension-pkg-whitelist=PyQt6
66 changes: 0 additions & 66 deletions ibridgesgui/IrodsExampleTab.py

This file was deleted.

286 changes: 0 additions & 286 deletions ibridgesgui/IrodsUpDownload.py

This file was deleted.

2 changes: 1 addition & 1 deletion ibridgesgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""iBridges GUI modules"""
"""iBridges GUI modules."""
Loading

0 comments on commit eaf6f4a

Please sign in to comment.